#CBE57F

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

Shades of Sulu #CBE57F

Tints of Sulu #CBE57F

Color information

#CBE57F (or 0xCBE57F) is unknown color: approx Sulu. HEX triplet: CB, E5 and 7F. RGB value is (203,229,127). Sum of RGB (Red+Green+Blue) = 203+229+127=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 229 (89.84% from 255 or 40.97% from 559); Blue value is 127 (50% from 255 or 22.72% from 559); Max value from RGB is 229 - color contains mainly: green. Hex color #CBE57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBE57F is #341A80. Grayscale: #D1D1D1. Windows color (decimal): -3414657 or 8381899. OLE color: 8381899.

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

Color convert

RGB203229127-
CMYK0.1100.450.10
HSL75.29º66.23%69.8%-
HSV(B)75.29º44.54%89.8%-
XYZ56.4870.2730.66-
YUV209.681.39123.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 229 (89.84% from 255) = 40.97%
BLUE value IS 127 (50% from 255) = 22.72%
R=36.31%
G=40.97%
B=22.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032291270.1100.450.1075.2966.2369.8
HexCBE57FB02DA4b4246
Octal3133451771305512113102106
Binary11001011111001011111111101101011011010100101110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE57F; }

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

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

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

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

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

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

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

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