Html Css Color HEX #CCEC8A Sulu

📋 copy color: '#CCEC8A'

red 204 ◦ green 236 ◦ blue 138

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

Shades of Sulu #CCEC8A

Tints of Sulu #CCEC8A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 40.83%

 BLUE value IS 138 (54.3% from 255) = 23.88%

R = 35.29%
G = 40.83%
B = 23.88%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#CCEC8A (or 0xCCEC8A) is known color: Sulu. HEX triplet: CC, EC and 8A. RGB value is (204,236,138). Sum of RGB (Red+Green+Blue) = 204+236+138=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 236 (92.58% from 255 or 40.83% from 578); Blue value is 138 (54.30% from 255 or 23.88% from 578); Max value from RGB is 236 - color contains mainly: green. Hex color #CCEC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEC8A is #331375. Grayscale: #D7D7D7. Windows color (decimal): -3347318 or 9104588. OLE color: 9104588.

HSL color Cylindrical-coordinate representation of color #CCEC8A: hue angle of 79.59º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCEC8A is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 236 138 -
CMYK 0.14 0 0.42 0.07
HSL 79.59º 0.72% 0.73% -
HSV(B) 79.59º 0.42% 0.93% -
XYZ 59.48 74.66 35.32 -
YUV 215.26 84.4 119.97 -
System Red Green Blue C M Y K H S L
Decimal 204 236 138 0.14 0 0.42 0.07 79.59 0.72 0.73
Hex CC EC 8A E 0 2A 7 50 48 49
Octal 314 354 212 16 0 52 7 120 110 111
Binary 11001100 11101100 10001010 1110 0 101010 111 1010000 1001000 1001001

Color Harmonies of #CCEC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEC8A

Black with #CCEC8A

Text Example


Text Example

White with #CCEC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEC8A; }

 p { color: rgb(204,236,138); }

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

background-color css

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

 a { background-color: rgb(204,236,138); }

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

border-color css

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

 span { border-color: rgb(204,236,138); }

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