#CBE480

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

Shades of Sulu #CBE480

Tints of Sulu #CBE480

Color information

#CBE480 (or 0xCBE480) is unknown color: approx Sulu. HEX triplet: CB, E4 and 80. RGB value is (203,228,128). Sum of RGB (Red+Green+Blue) = 203+228+128=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 128 (50.39% from 255 or 22.90% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBE480 is #341B7F. Grayscale: #D1D1D1. Windows color (decimal): -3414912 or 8447179. OLE color: 8447179.

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

Color convert

RGB203228128-
CMYK0.1100.440.11
HSL75º64.94%69.8%-
HSV(B)75º43.86%89.41%-
XYZ56.2769.7430.92-
YUV209.1282.22123.63-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 228 (89.45% from 255) = 40.79%
BLUE value IS 128 (50.39% from 255) = 22.90%
R=36.31%
G=40.79%
B=22.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2032281280.1100.440.117564.9469.8
HexCBE480B02CB4b4146
Octal3133442001305413113101106
Binary110010111110010010000000101101011001011100101110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE480; }

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

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

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

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

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

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

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

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