#CBE57B

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

Shades of Sulu #CBE57B

Tints of Sulu #CBE57B

Color information

#CBE57B (or 0xCBE57B) is unknown color: approx Sulu. HEX triplet: CB, E5 and 7B. RGB value is (203,229,123). Sum of RGB (Red+Green+Blue) = 203+229+123=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 229 (89.84% from 255 or 41.26% from 555); Blue value is 123 (48.44% from 255 or 22.16% from 555); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE57B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE57B is #341A84. Grayscale: #D1D1D1. Windows color (decimal): -3414661 or 8119755. OLE color: 8119755.

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

Color convert

RGB203229123-
CMYK0.1100.460.10
HSL74.72º67.09%69.02%-
HSV(B)74.72º46.29%89.8%-
XYZ56.2270.1729.32-
YUV209.1479.39123.62-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.58%
GREEN value IS 229 (89.84% from 255) = 41.26%
BLUE value IS 123 (48.44% from 255) = 22.16%
R=36.58%
G=41.26%
B=22.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032291230.1100.460.1074.7267.0969.02
HexCBE57BB02EA4b4345
Octal3133451731305612113103105
Binary11001011111001011111011101101011101010100101110000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE57B; }

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

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

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

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

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

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

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

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