#CBED88

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

Shades of Sulu #CBED88

Tints of Sulu #CBED88

Color information

#CBED88 (or 0xCBED88) is unknown color: approx Sulu. HEX triplet: CB, ED and 88. RGB value is (203,237,136). Sum of RGB (Red+Green+Blue) = 203+237+136=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBED88 is #341277. Grayscale: #D7D7D7. Windows color (decimal): -3412600 or 8973771. OLE color: 8973771.

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

Color convert

RGB203237136-
CMYK0.1400.430.07
HSL80.2º73.72%73.14%-
HSV(B)80.2º42.62%92.94%-
XYZ59.3675.0434.65-
YUV215.3283.24119.21-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 136 (53.52% from 255) = 23.61%
R=35.24%
G=41.15%
B=23.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032371360.1400.430.0780.273.7273.14
HexCBED88E02B7504a49
Octal313355210160537120112111
Binary11001011111011011000100011100101011111101000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBED88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBED88; }

 p { color: rgb(203,237,136); }

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

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

 a { background-color: rgb(203,237,136); }

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

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

 span { border-color: rgb(203,237,136); }

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