Html Css Color HEX #CCF472 Sulu

📋 copy color: '#CCF472'

red 204 ◦ green 244 ◦ blue 114

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

Shades of Sulu #CCF472

Tints of Sulu #CCF472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.28%

R = 36.3%
G = 43.42%
B = 20.28%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#CCF472 (or 0xCCF472) is known color: Sulu. HEX triplet: CC, F4 and 72. RGB value is (204,244,114). Sum of RGB (Red+Green+Blue) = 204+244+114=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 114 (44.92% from 255 or 20.28% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF472 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF472 is #330B8D. Grayscale: #D9D9D9. Windows color (decimal): -3345294 or 7533772. OLE color: 7533772.

HSL color Cylindrical-coordinate representation of color #CCF472: hue angle of 78.46º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCF472 is Cyan = 0.16, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 114 -
CMYK 0.16 0 0.53 0.04
HSL 78.46º 0.86% 0.7% -
HSV(B) 78.46º 0.53% 0.96% -
XYZ 60.29 78.75 27.94 -
YUV 217.22 69.75 118.57 -
System Red Green Blue C M Y K H S L
Decimal 204 244 114 0.16 0 0.53 0.04 78.46 0.86 0.7
Hex CC F4 72 10 0 35 4 4E 56 46
Octal 314 364 162 20 0 65 4 116 126 106
Binary 11001100 11110100 1110010 10000 0 110101 100 1001110 1010110 1000110

Color Harmonies of #CCF472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF472

Black with #CCF472

Text Example


Text Example

White with #CCF472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF472; }

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

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

background-color css

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

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

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

border-color css

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

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

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