Html Css Color HEX #CCE18E Sulu

📋 copy color: '#CCE18E'

red 204 ◦ green 225 ◦ blue 142

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

Shades of Sulu #CCE18E

Tints of Sulu #CCE18E

RGB

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

 GREEN value IS 225 (88.28% from 255) = 39.4%

 BLUE value IS 142 (55.86% from 255) = 24.87%

R = 35.73%
G = 39.4%
B = 24.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#CCE18E (or 0xCCE18E) is known color: Sulu. HEX triplet: CC, E1 and 8E. RGB value is (204,225,142). Sum of RGB (Red+Green+Blue) = 204+225+142=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 225 (88.28% from 255 or 39.40% from 571); Blue value is 142 (55.86% from 255 or 24.87% from 571); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE18E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE18E is #331E71. Grayscale: #D1D1D1. Windows color (decimal): -3350130 or 9363916. OLE color: 9363916.

HSL color Cylindrical-coordinate representation of color #CCE18E: hue angle of 75.18º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE18E is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 225 142 -
CMYK 0.09 0 0.37 0.12
HSL 75.18º 0.58% 0.72% -
HSV(B) 75.18º 0.37% 0.88% -
XYZ 56.71 68.64 35.85 -
YUV 209.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 204 225 142 0.09 0 0.37 0.12 75.18 0.58 0.72
Hex CC E1 8E 9 0 25 C 4B 3A 48
Octal 314 341 216 11 0 45 14 113 72 110
Binary 11001100 11100001 10001110 1001 0 100101 1100 1001011 111010 1001000

Color Harmonies of #CCE18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE18E

Black with #CCE18E

Text Example


Text Example

White with #CCE18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE18E; }

 p { color: rgb(204,225,142); }

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

background-color css

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

 a { background-color: rgb(204,225,142); }

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

border-color css

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

 span { border-color: rgb(204,225,142); }

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