#CBDD60

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

Shades of Wild Willow #CBDD60

Tints of Wild Willow #CBDD60

Color information

#CBDD60 (or 0xCBDD60) is unknown color: approx Wild Willow. HEX triplet: CB, DD and 60. RGB value is (203,221,96). Sum of RGB (Red+Green+Blue) = 203+221+96=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD60 is #34229F. Grayscale: #C9C9C9. Windows color (decimal): -3416736 or 6348235. OLE color: 6348235.

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

Color convert

RGB20322196-
CMYK0.0800.570.13
HSL68.64º64.77%62.16%-
HSV(B)68.64º56.56%86.67%-
XYZ52.665.2520.89-
YUV201.3768.54129.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.04%
GREEN value IS 221 (86.72% from 255) = 42.5%
BLUE value IS 96 (37.89% from 255) = 18.46%
R=39.04%
G=42.5%
B=18.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203221960.0800.570.1368.6464.7762.16
HexCBDD608039D45413e
Octal313335140100711510510176
Binary1100101111011101110000010000111001110110001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD60; }

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

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

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

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

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

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

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

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