#CBDD77

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

Shades of Deco #CBDD77

Tints of Deco #CBDD77

Color information

#CBDD77 (or 0xCBDD77) is unknown color: approx Deco. HEX triplet: CB, DD and 77. RGB value is (203,221,119). Sum of RGB (Red+Green+Blue) = 203+221+119=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD77 is #342288. Grayscale: #CCCCCC. Windows color (decimal): -3416713 or 7855563. OLE color: 7855563.

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

Color convert

RGB203221119-
CMYK0.0800.460.13
HSL70.59º60%66.67%-
HSV(B)70.59º46.15%86.67%-
XYZ53.8165.7427.31-
YUV203.9980.04127.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 37.38%
GREEN value IS 221 (86.72% from 255) = 40.70%
BLUE value IS 119 (46.88% from 255) = 21.92%
R=37.38%
G=40.70%
B=21.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2032211190.0800.460.1370.596066.67
HexCBDD77802ED473c43
Octal313335167100561510774103
Binary1100101111011101111011110000101110110110001111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD77; }

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

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

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

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

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

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

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

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