#CBEE81

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

Shades of Sulu #CBEE81

Tints of Sulu #CBEE81

Color information

#CBEE81 (or 0xCBEE81) is unknown color: approx Sulu. HEX triplet: CB, EE and 81. RGB value is (203,238,129). Sum of RGB (Red+Green+Blue) = 203+238+129=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 238 (93.36% from 255 or 41.75% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEE81 is #34117E. Grayscale: #D7D7D7. Windows color (decimal): -3412351 or 8515275. OLE color: 8515275.

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

Color convert

RGB203238129-
CMYK0.1500.460.07
HSL79.27º76.22%71.96%-
HSV(B)79.27º45.8%93.33%-
XYZ59.1775.4332.21-
YUV215.1179.4119.36-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 238 (93.36% from 255) = 41.75%
BLUE value IS 129 (50.78% from 255) = 22.63%
R=35.61%
G=41.75%
B=22.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032381290.1500.460.0779.2776.2271.96
HexCBEE81F02E74f4c48
Octal313356201170567117114110
Binary11001011111011101000000111110101110111100111110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEE81; }

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

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

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

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

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

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

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

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