#CBEE8E

Color #CBEE8E Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CBEE8E

Tints of Sulu #CBEE8E

Color information

#CBEE8E (or 0xCBEE8E) is unknown color: approx Sulu. HEX triplet: CB, EE and 8E. RGB value is (203,238,142). Sum of RGB (Red+Green+Blue) = 203+238+142=583 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.82% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 142 (55.86% from 255 or 24.36% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEE8E is #341171. Grayscale: #D8D8D8. Windows color (decimal): -3412338 or 9367243. OLE color: 9367243.

HSL color Cylindrical-coordinate representation of color #CBEE8E: hue angle of 81.88º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBEE8E is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB203238142-
CMYK0.1500.400.07
HSL81.88º73.85%74.51%-
HSV(B)81.88º40.34%93.33%-
XYZ60.0975.837.05-
YUV216.5985.9118.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.82%
GREEN value IS 238 (93.36% from 255) = 40.82%
BLUE value IS 142 (55.86% from 255) = 24.36%
R=34.82%
G=40.82%
B=24.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032381420.1500.400.0781.8873.8574.51
HexCBEE8EF0287524a4b
Octal313356216170507122112113
Binary11001011111011101000111011110101000111101001010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEE8E; }

 p { color: rgb(203,238,142); }

 H1.HeaderClassName
 {
   color: #CBEE8E;
 }
 .AnyTagClassName
 {
   color: #CBEE8E;
 }
</style>
background-color css

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

 a { background-color: rgb(203,238,142); }

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

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

 span { border-color: rgb(203,238,142); }

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