#CBEE86

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

Shades of Sulu #CBEE86

Tints of Sulu #CBEE86

Color information

#CBEE86 (or 0xCBEE86) is unknown color: approx Sulu. HEX triplet: CB, EE and 86. RGB value is (203,238,134). Sum of RGB (Red+Green+Blue) = 203+238+134=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 238 (93.36% from 255 or 41.39% from 575); Blue value is 134 (52.73% from 255 or 23.30% from 575); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEE86 is #341179. Grayscale: #D8D8D8. Windows color (decimal): -3412346 or 8842955. OLE color: 8842955.

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

Color convert

RGB203238134-
CMYK0.1500.440.07
HSL80.19º75.36%72.94%-
HSV(B)80.19º43.7%93.33%-
XYZ59.5175.5734-
YUV215.6881.9118.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 238 (93.36% from 255) = 41.39%
BLUE value IS 134 (52.73% from 255) = 23.30%
R=35.30%
G=41.39%
B=23.30%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032381340.1500.440.0780.1975.3672.94
HexCBEE86F02C7504b49
Octal313356206170547120113111
Binary11001011111011101000011011110101100111101000010010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEE86; }

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

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

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

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

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

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

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

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