#CBED85

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

Shades of Sulu #CBED85

Tints of Sulu #CBED85

Color information

#CBED85 (or 0xCBED85) is unknown color: approx Sulu. HEX triplet: CB, ED and 85. RGB value is (203,237,133). Sum of RGB (Red+Green+Blue) = 203+237+133=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBED85 is #34127A. Grayscale: #D7D7D7. Windows color (decimal): -3412603 or 8777163. OLE color: 8777163.

HSL color Cylindrical-coordinate representation of color #CBED85: hue angle of 79.62º degrees, saturation: 0.74, 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 #CBED85 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB203237133-
CMYK0.1400.440.07
HSL79.62º74.29%72.55%-
HSV(B)79.62º43.88%92.94%-
XYZ59.1574.9633.54-
YUV214.9881.74119.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 133 (52.34% from 255) = 23.21%
R=35.43%
G=41.36%
B=23.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032371330.1400.440.0779.6274.2972.55
HexCBED85E02C7504a49
Octal313355205160547120112111
Binary11001011111011011000010111100101100111101000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBED85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBED85; }

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

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

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

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

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

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

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

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