Html Css Color HEX #CCE28E Sulu

📋 copy color: '#CCE28E'

red 204 ◦ green 226 ◦ blue 142

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

Shades of Sulu #CCE28E

Tints of Sulu #CCE28E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 39.51%

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

R = 35.66%
G = 39.51%
B = 24.83%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.11

RGB Variations

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

Color information

#CCE28E (or 0xCCE28E) is known color: Sulu. HEX triplet: CC, E2 and 8E. RGB value is (204,226,142). Sum of RGB (Red+Green+Blue) = 204+226+142=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 226 (88.67% from 255 or 39.51% from 572); Blue value is 142 (55.86% from 255 or 24.83% from 572); Max value from RGB is 226 - color contains mainly: green. Hex color #CCE28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCE28E is #331D71. Grayscale: #D2D2D2. Windows color (decimal): -3349874 or 9364172. OLE color: 9364172.

HSL color Cylindrical-coordinate representation of color #CCE28E: hue angle of 75.71º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCE28E is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB 204 226 142 -
CMYK 0.10 0 0.37 0.11
HSL 75.71º 0.59% 0.72% -
HSV(B) 75.71º 0.37% 0.89% -
XYZ 56.98 69.18 35.94 -
YUV 209.85 89.71 123.83 -
System Red Green Blue C M Y K H S L
Decimal 204 226 142 0.10 0 0.37 0.11 75.71 0.59 0.72
Hex CC E2 8E A 0 25 B 4C 3B 48
Octal 314 342 216 12 0 45 13 114 73 110
Binary 11001100 11100010 10001110 1010 0 100101 1011 1001100 111011 1001000

Color Harmonies of #CCE28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE28E

Black with #CCE28E

Text Example


Text Example

White with #CCE28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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