#CBE488

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

Shades of Sulu #CBE488

Tints of Sulu #CBE488

Color information

#CBE488 (or 0xCBE488) is unknown color: approx Sulu. HEX triplet: CB, E4 and 88. RGB value is (203,228,136). Sum of RGB (Red+Green+Blue) = 203+228+136=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 228 (89.45% from 255 or 40.21% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE488 is #341B77. Grayscale: #D2D2D2. Windows color (decimal): -3414904 or 8971467. OLE color: 8971467.

HSL color Cylindrical-coordinate representation of color #CBE488: hue angle of 76.3º degrees, saturation: 0.63, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBE488 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB203228136-
CMYK0.1100.400.11
HSL76.3º63.01%71.37%-
HSV(B)76.3º40.35%89.41%-
XYZ56.8269.9633.8-
YUV210.0486.22122.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 228 (89.45% from 255) = 40.21%
BLUE value IS 136 (53.52% from 255) = 23.99%
R=35.80%
G=40.21%
B=23.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281360.1100.400.1176.363.0171.37
HexCBE488B028B4c3f47
Octal313344210130501311477107
Binary11001011111001001000100010110101000101110011001111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE488; }

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

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

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

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

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

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

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

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