Html Css Color HEX #CCEA8C Sulu

📋 copy color: '#CCEA8C'

red 204 ◦ green 234 ◦ blue 140

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

Shades of Sulu #CCEA8C

Tints of Sulu #CCEA8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 24.22%

R = 35.29%
G = 40.48%
B = 24.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#CCEA8C (or 0xCCEA8C) is known color: Sulu. HEX triplet: CC, EA and 8C. RGB value is (204,234,140). Sum of RGB (Red+Green+Blue) = 204+234+140=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 234 (91.80% from 255 or 40.48% from 578); Blue value is 140 (55.08% from 255 or 24.22% from 578); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA8C is #331573. Grayscale: #D6D6D6. Windows color (decimal): -3347828 or 9235148. OLE color: 9235148.

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

Color convert

RGB 204 234 140 -
CMYK 0.13 0 0.40 0.08
HSL 79.15º 0.69% 0.73% -
HSV(B) 79.15º 0.4% 0.92% -
XYZ 59.06 73.58 35.9 -
YUV 214.31 86.06 120.64 -
System Red Green Blue C M Y K H S L
Decimal 204 234 140 0.13 0 0.40 0.08 79.15 0.69 0.73
Hex CC EA 8C D 0 28 8 4F 45 49
Octal 314 352 214 15 0 50 10 117 105 111
Binary 11001100 11101010 10001100 1101 0 101000 1000 1001111 1000101 1001001

Color Harmonies of #CCEA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA8C

Black with #CCEA8C

Text Example


Text Example

White with #CCEA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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