#CBDD80

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

Shades of Sulu #CBDD80

Tints of Sulu #CBDD80

Color information

#CBDD80 (or 0xCBDD80) is unknown color: approx Sulu. HEX triplet: CB, DD and 80. RGB value is (203,221,128). Sum of RGB (Red+Green+Blue) = 203+221+128=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 221 (86.72% from 255 or 40.04% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBDD80 is #34227F. Grayscale: #CDCDCD. Windows color (decimal): -3416704 or 8445387. OLE color: 8445387.

HSL color Cylindrical-coordinate representation of color #CBDD80: hue angle of 71.61º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CBDD80 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB203221128-
CMYK0.0800.420.13
HSL71.61º57.76%68.43%-
HSV(B)71.61º42.08%86.67%-
XYZ54.3865.9730.29-
YUV205.0284.54126.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.78%
GREEN value IS 221 (86.72% from 255) = 40.04%
BLUE value IS 128 (50.39% from 255) = 23.19%
R=36.78%
G=40.04%
B=23.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211280.0800.420.1371.6157.7668.43
HexCBDD80802AD483a44
Octal313335200100521511072104
Binary11001011110111011000000010000101010110110010001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD80; }

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

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

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

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

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

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

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

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