#CBE285

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

Shades of Sulu #CBE285

Tints of Sulu #CBE285

Color information

#CBE285 (or 0xCBE285) is unknown color: approx Sulu. HEX triplet: CB, E2 and 85. RGB value is (203,226,133). Sum of RGB (Red+Green+Blue) = 203+226+133=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 226 (88.67% from 255 or 40.21% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 226 - color contains mainly: green. Hex color #CBE285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE285 is #341D7A. Grayscale: #D0D0D0. Windows color (decimal): -3415419 or 8774347. OLE color: 8774347.

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

Color convert

RGB203226133-
CMYK0.1000.410.11
HSL74.84º61.59%70.39%-
HSV(B)74.84º41.15%88.63%-
XYZ56.0668.7832.51-
YUV208.5285.38124.06-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.12%
GREEN value IS 226 (88.67% from 255) = 40.21%
BLUE value IS 133 (52.34% from 255) = 23.67%
R=36.12%
G=40.21%
B=23.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032261330.1000.410.1174.8461.5970.39
HexCBE285A029B4b3e46
Octal313342205120511311376106
Binary11001011111000101000010110100101001101110010111111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE285; }

 p { color: rgb(203,226,133); }

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

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

 a { background-color: rgb(203,226,133); }

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

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

 span { border-color: rgb(203,226,133); }

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