#CBE58C

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

Shades of Sulu #CBE58C

Tints of Sulu #CBE58C

Color information

#CBE58C (or 0xCBE58C) is unknown color: approx Sulu. HEX triplet: CB, E5 and 8C. RGB value is (203,229,140). Sum of RGB (Red+Green+Blue) = 203+229+140=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 229 (89.84% from 255 or 40.03% from 572); Blue value is 140 (55.08% from 255 or 24.48% from 572); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE58C is #341A73. Grayscale: #D3D3D3. Windows color (decimal): -3414644 or 9233867. OLE color: 9233867.

HSL color Cylindrical-coordinate representation of color #CBE58C: hue angle of 77.53º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBE58C is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB203229140-
CMYK0.1100.390.10
HSL77.53º63.12%72.35%-
HSV(B)77.53º38.86%89.8%-
XYZ57.3870.6335.42-
YUV211.0887.89122.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 229 (89.84% from 255) = 40.03%
BLUE value IS 140 (55.08% from 255) = 24.48%
R=35.49%
G=40.03%
B=24.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032291400.1100.390.1077.5363.1272.35
HexCBE58CB027A4e3f48
Octal313345214130471211677110
Binary11001011111001011000110010110100111101010011101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE58C; }

 p { color: rgb(203,229,140); }

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

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

 a { background-color: rgb(203,229,140); }

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

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

 span { border-color: rgb(203,229,140); }

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