#CBEE84

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

Shades of Sulu #CBEE84

Tints of Sulu #CBEE84

Color information

#CBEE84 (or 0xCBEE84) is unknown color: approx Sulu. HEX triplet: CB, EE and 84. RGB value is (203,238,132). Sum of RGB (Red+Green+Blue) = 203+238+132=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 132 (51.95% from 255 or 23.04% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEE84 is #34117B. Grayscale: #D7D7D7. Windows color (decimal): -3412348 or 8711883. OLE color: 8711883.

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

Color convert

RGB203238132-
CMYK0.1500.450.07
HSL79.81º75.71%72.55%-
HSV(B)79.81º44.54%93.33%-
XYZ59.3775.5133.28-
YUV215.4580.9119.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 132 (51.95% from 255) = 23.04%
R=35.43%
G=41.54%
B=23.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032381320.1500.450.0779.8175.7172.55
HexCBEE84F02D7504c49
Octal313356204170557120114111
Binary11001011111011101000010011110101101111101000010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEE84; }

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

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

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

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

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

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

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

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