Html Css Color HEX #CCF872 Sulu

📋 copy color: '#CCF872'

red 204 ◦ green 248 ◦ blue 114

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

Shades of Sulu #CCF872

Tints of Sulu #CCF872

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.82%

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

R = 36.04%
G = 43.82%
B = 20.14%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#CCF872 (or 0xCCF872) is known color: Sulu. HEX triplet: CC, F8 and 72. RGB value is (204,248,114). Sum of RGB (Red+Green+Blue) = 204+248+114=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 248 (97.27% from 255 or 43.82% from 566); Blue value is 114 (44.92% from 255 or 20.14% from 566); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF872 is #33078D. Grayscale: #DCDCDC. Windows color (decimal): -3344270 or 7534796. OLE color: 7534796.

HSL color Cylindrical-coordinate representation of color #CCF872: hue angle of 79.7º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCF872 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 114 -
CMYK 0.18 0 0.54 0.03
HSL 79.7º 0.91% 0.71% -
HSV(B) 79.7º 0.54% 0.97% -
XYZ 61.51 81.19 28.35 -
YUV 219.57 68.42 116.9 -
System Red Green Blue C M Y K H S L
Decimal 204 248 114 0.18 0 0.54 0.03 79.7 0.91 0.71
Hex CC F8 72 12 0 36 3 50 5B 47
Octal 314 370 162 22 0 66 3 120 133 107
Binary 11001100 11111000 1110010 10010 0 110110 11 1010000 1011011 1000111

Color Harmonies of #CCF872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF872

Black with #CCF872

Text Example


Text Example

White with #CCF872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF872; }

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

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

background-color css

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

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

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

border-color css

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

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

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