#CBDD61

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

Shades of Wild Willow #CBDD61

Tints of Wild Willow #CBDD61

Color information

#CBDD61 (or 0xCBDD61) is unknown color: approx Wild Willow. HEX triplet: CB, DD and 61. RGB value is (203,221,97). Sum of RGB (Red+Green+Blue) = 203+221+97=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 221 (86.72% from 255 or 42.42% from 521); Blue value is 97 (38.28% from 255 or 18.62% from 521); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD61 is #34229E. Grayscale: #C9C9C9. Windows color (decimal): -3416735 or 6413771. OLE color: 6413771.

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

Color convert

RGB20322197-
CMYK0.0800.560.13
HSL68.71º64.58%62.35%-
HSV(B)68.71º56.11%86.67%-
XYZ52.6465.2721.13-
YUV201.4869.04129.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 38.96%
GREEN value IS 221 (86.72% from 255) = 42.42%
BLUE value IS 97 (38.28% from 255) = 18.62%
R=38.96%
G=42.42%
B=18.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal203221970.0800.560.1368.7164.5862.35
HexCBDD618038D45413e
Octal313335141100701510510176
Binary1100101111011101110000110000111000110110001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBDD61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBDD61; }

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

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

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

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

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

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

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

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