Html Css Color HEX #CCF276 Sulu

📋 copy color: '#CCF276'

red 204 ◦ green 242 ◦ blue 118

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

Shades of Sulu #CCF276

Tints of Sulu #CCF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.91%

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

R = 36.17%
G = 42.91%
B = 20.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#CCF276 (or 0xCCF276) is known color: Sulu. HEX triplet: CC, F2 and 76. RGB value is (204,242,118). Sum of RGB (Red+Green+Blue) = 204+242+118=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 242 (94.92% from 255 or 42.91% from 564); Blue value is 118 (46.48% from 255 or 20.92% from 564); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF276 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF276 is #330D89. Grayscale: #D8D8D8. Windows color (decimal): -3345802 or 7795404. OLE color: 7795404.

HSL color Cylindrical-coordinate representation of color #CCF276: hue angle of 78.39º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CCF276 is Cyan = 0.16, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 242 118 -
CMYK 0.16 0 0.51 0.05
HSL 78.39º 0.83% 0.71% -
HSV(B) 78.39º 0.51% 0.95% -
XYZ 59.92 77.65 28.97 -
YUV 216.5 72.41 119.08 -
System Red Green Blue C M Y K H S L
Decimal 204 242 118 0.16 0 0.51 0.05 78.39 0.83 0.71
Hex CC F2 76 10 0 33 5 4E 53 47
Octal 314 362 166 20 0 63 5 116 123 107
Binary 11001100 11110010 1110110 10000 0 110011 101 1001110 1010011 1000111

Color Harmonies of #CCF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF276

Black with #CCF276

Text Example


Text Example

White with #CCF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF276; }

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

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

background-color css

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

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

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

border-color css

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

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

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