Html Css Color HEX #CCF079 Sulu

📋 copy color: '#CCF079'

red 204 ◦ green 240 ◦ blue 121

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

Shades of Sulu #CCF079

Tints of Sulu #CCF079

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.48%

 BLUE value IS 121 (47.66% from 255) = 21.42%

R = 36.11%
G = 42.48%
B = 21.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#CCF079 (or 0xCCF079) is known color: Sulu. HEX triplet: CC, F0 and 79. RGB value is (204,240,121). Sum of RGB (Red+Green+Blue) = 204+240+121=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 121 (47.66% from 255 or 21.42% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF079 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF079 is #330F86. Grayscale: #D8D8D8. Windows color (decimal): -3346311 or 7991500. OLE color: 7991500.

HSL color Cylindrical-coordinate representation of color #CCF079: hue angle of 78.15º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF079 is Cyan = 0.15, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 240 121 -
CMYK 0.15 0 0.50 0.06
HSL 78.15º 0.8% 0.71% -
HSV(B) 78.15º 0.5% 0.94% -
XYZ 59.51 76.54 29.73 -
YUV 215.67 74.57 119.68 -
System Red Green Blue C M Y K H S L
Decimal 204 240 121 0.15 0 0.50 0.06 78.15 0.8 0.71
Hex CC F0 79 F 0 32 6 4E 50 47
Octal 314 360 171 17 0 62 6 116 120 107
Binary 11001100 11110000 1111001 1111 0 110010 110 1001110 1010000 1000111

Color Harmonies of #CCF079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF079

Black with #CCF079

Text Example


Text Example

White with #CCF079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF079; }

 p { color: rgb(204,240,121); }

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

background-color css

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

 a { background-color: rgb(204,240,121); }

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

border-color css

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

 span { border-color: rgb(204,240,121); }

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