#CBE980

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

Shades of Sulu #CBE980

Tints of Sulu #CBE980

Color information

#CBE980 (or 0xCBE980) is unknown color: approx Sulu. HEX triplet: CB, E9 and 80. RGB value is (203,233,128). Sum of RGB (Red+Green+Blue) = 203+233+128=564 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.99% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 128 (50.39% from 255 or 22.70% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #CBE980 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE980 is #34167F. Grayscale: #D4D4D4. Windows color (decimal): -3413632 or 8448459. OLE color: 8448459.

HSL color Cylindrical-coordinate representation of color #CBE980: hue angle of 77.14º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBE980 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB203233128-
CMYK0.1300.450.09
HSL77.14º70.47%70.78%-
HSV(B)77.14º45.06%91.37%-
XYZ57.6672.5331.38-
YUV212.0680.56121.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.99%
GREEN value IS 233 (91.41% from 255) = 41.31%
BLUE value IS 128 (50.39% from 255) = 22.70%
R=35.99%
G=41.31%
B=22.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032331280.1300.450.0977.1470.4770.78
HexCBE980D02D94d4647
Octal3133512001505511115106107
Binary110010111110100110000000110101011011001100110110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE980; }

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

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

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

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

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

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

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

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