Html Css Color HEX #CCF976 Sulu

📋 copy color: '#CCF976'

red 204 ◦ green 249 ◦ blue 118

#CCF976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CCF976

Tints of Sulu #CCF976

RGB

 RED value IS 204 (80.08% from 255) = 35.73%

 GREEN value IS 249 (97.66% from 255) = 43.61%

 BLUE value IS 118 (46.48% from 255) = 20.67%

R = 35.73%
G = 43.61%
B = 20.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CCF976 (or 0xCCF976) is known color: Sulu. HEX triplet: CC, F9 and 76. RGB value is (204,249,118). Sum of RGB (Red+Green+Blue) = 204+249+118=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 249 (97.66% from 255 or 43.61% from 571); Blue value is 118 (46.48% from 255 or 20.67% from 571); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF976 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF976 is #330689. Grayscale: #DDDDDD. Windows color (decimal): -3344010 or 7797196. OLE color: 7797196.

HSL color Cylindrical-coordinate representation of color #CCF976: hue angle of 80.61º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCF976 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB 204 249 118 -
CMYK 0.18 0 0.53 0.02
HSL 80.61º 0.92% 0.72% -
HSV(B) 80.61º 0.53% 0.98% -
XYZ 62.05 81.9 29.68 -
YUV 220.61 70.09 116.15 -
System Red Green Blue C M Y K H S L
Decimal 204 249 118 0.18 0 0.53 0.02 80.61 0.92 0.72
Hex CC F9 76 12 0 35 2 51 5C 48
Octal 314 371 166 22 0 65 2 121 134 110
Binary 11001100 11111001 1110110 10010 0 110101 10 1010001 1011100 1001000

Color Harmonies of #CCF976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF976

Black with #CCF976

Text Example


Text Example

White with #CCF976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF976; }

 p { color: rgb(204,249,118); }

 H1.HeaderClassName
 {
   color: #CCF976;
 }
 .AnyTagClassName
 {
   color: #CCF976;
 }
</style>

background-color css

<style>
 a { background-color: #CCF976; }

 a { background-color: rgb(204,249,118); }

 div.DivClassName
 {
   background-color: #CCF976;
 }
 .BgClassName
 {
   background-color: #CCF976;
 }
</style>

border-color css

<style>
 span { border-color: #CCF976; }

 span { border-color: rgb(204,249,118); }

 td.TdClassName
 {
   border-color: #CCF976;
 }
 .TagClassName
 {
   border-color: #CCF976;
 }
</style>