#CBE484

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

Shades of Sulu #CBE484

Tints of Sulu #CBE484

Color information

#CBE484 (or 0xCBE484) is unknown color: approx Sulu. HEX triplet: CB, E4 and 84. RGB value is (203,228,132). Sum of RGB (Red+Green+Blue) = 203+228+132=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 228 (89.45% from 255 or 40.50% from 563); Blue value is 132 (51.95% from 255 or 23.45% from 563); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE484 is #341B7B. Grayscale: #D1D1D1. Windows color (decimal): -3414908 or 8709323. OLE color: 8709323.

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

Color convert

RGB203228132-
CMYK0.1100.420.11
HSL75.62º64%70.59%-
HSV(B)75.62º42.11%89.41%-
XYZ56.5469.8532.33-
YUV209.5884.22123.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 228 (89.45% from 255) = 40.50%
BLUE value IS 132 (51.95% from 255) = 23.45%
R=36.06%
G=40.50%
B=23.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281320.1100.420.1175.626470.59
HexCBE484B02AB4c4047
Octal3133442041305213114100107
Binary110010111110010010000100101101010101011100110010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE484; }

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

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

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

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

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

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

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

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