Html Css Color HEX #CCF479 Sulu

📋 copy color: '#CCF479'

red 204 ◦ green 244 ◦ blue 121

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

Shades of Sulu #CCF479

Tints of Sulu #CCF479

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42.88%

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

R = 35.85%
G = 42.88%
B = 21.27%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#CCF479 (or 0xCCF479) is known color: Sulu. HEX triplet: CC, F4 and 79. RGB value is (204,244,121). Sum of RGB (Red+Green+Blue) = 204+244+121=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 244 (95.70% from 255 or 42.88% from 569); Blue value is 121 (47.66% from 255 or 21.27% from 569); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF479 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF479 is #330B86. Grayscale: #DADADA. Windows color (decimal): -3345287 or 7992524. OLE color: 7992524.

HSL color Cylindrical-coordinate representation of color #CCF479: hue angle of 79.51º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCF479 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 121 -
CMYK 0.16 0 0.50 0.04
HSL 79.51º 0.85% 0.72% -
HSV(B) 79.51º 0.5% 0.96% -
XYZ 60.7 78.92 30.12 -
YUV 218.02 73.25 118 -
System Red Green Blue C M Y K H S L
Decimal 204 244 121 0.16 0 0.50 0.04 79.51 0.85 0.72
Hex CC F4 79 10 0 32 4 50 55 48
Octal 314 364 171 20 0 62 4 120 125 110
Binary 11001100 11110100 1111001 10000 0 110010 100 1010000 1010101 1001000

Color Harmonies of #CCF479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF479

Black with #CCF479

Text Example


Text Example

White with #CCF479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF479; }

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

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

background-color css

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

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

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

border-color css

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

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

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