Html Css Color HEX #CCEA76 Sulu

📋 copy color: '#CCEA76'

red 204 ◦ green 234 ◦ blue 118

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

Shades of Sulu #CCEA76

Tints of Sulu #CCEA76

RGB

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

 GREEN value IS 234 (91.8% from 255) = 42.09%

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

R = 36.69%
G = 42.09%
B = 21.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#CCEA76 (or 0xCCEA76) is known color: Sulu. HEX triplet: CC, EA and 76. RGB value is (204,234,118). Sum of RGB (Red+Green+Blue) = 204+234+118=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 118 (46.48% from 255 or 21.22% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA76 is #331589. Grayscale: #D4D4D4. Windows color (decimal): -3347850 or 7793356. OLE color: 7793356.

HSL color Cylindrical-coordinate representation of color #CCEA76: hue angle of 75.52º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCEA76 is Cyan = 0.13, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 118 -
CMYK 0.13 0 0.50 0.08
HSL 75.52º 0.73% 0.69% -
HSV(B) 75.52º 0.5% 0.92% -
XYZ 57.59 72.99 28.19 -
YUV 211.81 75.06 122.43 -
System Red Green Blue C M Y K H S L
Decimal 204 234 118 0.13 0 0.50 0.08 75.52 0.73 0.69
Hex CC EA 76 D 0 32 8 4C 49 45
Octal 314 352 166 15 0 62 10 114 111 105
Binary 11001100 11101010 1110110 1101 0 110010 1000 1001100 1001001 1000101

Color Harmonies of #CCEA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA76

Black with #CCEA76

Text Example


Text Example

White with #CCEA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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