Html Css Color HEX #CCF576 Sulu

📋 copy color: '#CCF576'

red 204 ◦ green 245 ◦ blue 118

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

Shades of Sulu #CCF576

Tints of Sulu #CCF576

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.21%

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

R = 35.98%
G = 43.21%
B = 20.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#CCF576 (or 0xCCF576) is known color: Sulu. HEX triplet: CC, F5 and 76. RGB value is (204,245,118). Sum of RGB (Red+Green+Blue) = 204+245+118=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 245 (96.09% from 255 or 43.21% from 567); Blue value is 118 (46.48% from 255 or 20.81% from 567); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF576 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF576 is #330A89. Grayscale: #DADADA. Windows color (decimal): -3345034 or 7796172. OLE color: 7796172.

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

Color convert

RGB 204 245 118 -
CMYK 0.17 0 0.52 0.04
HSL 79.37º 0.86% 0.71% -
HSV(B) 79.37º 0.52% 0.96% -
XYZ 60.82 79.45 29.27 -
YUV 218.26 71.42 117.83 -
System Red Green Blue C M Y K H S L
Decimal 204 245 118 0.17 0 0.52 0.04 79.37 0.86 0.71
Hex CC F5 76 11 0 34 4 4F 56 47
Octal 314 365 166 21 0 64 4 117 126 107
Binary 11001100 11110101 1110110 10001 0 110100 100 1001111 1010110 1000111

Color Harmonies of #CCF576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF576

Black with #CCF576

Text Example


Text Example

White with #CCF576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF576; }

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

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

background-color css

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

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

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

border-color css

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

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

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