Shades of Wild Willow #CBDF5D
Tints of Wild Willow #CBDF5D
RGB
CMYK
RGB Variations
Color information
#CBDF5D (or 0xCBDF5D) is known color: Wild Willow. HEX triplet: CB, DF and 5D. RGB value is (203,223,93). Sum of RGB (Red+Green+Blue) = 203+223+93=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 93 (36.72% from 255 or 17.92% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #CBDF5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDF5D is #3420A2. Grayscale: #CACACA. Windows color (decimal): -3416227 or 6152139. OLE color: 6152139.
HSL color Cylindrical-coordinate representation of color #CBDF5D: hue angle of 69.23º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CBDF5D is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 223 | 93 | - |
| CMYK | 0.09 | 0 | 0.58 | 0.13 |
| HSL | 69.23º | 0.67% | 0.62% | - |
| HSV(B) | 69.23º | 0.58% | 0.87% | - |
| XYZ | 52.99 | 66.26 | 20.35 | - |
| YUV | 202.2 | 66.37 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 223 | 93 | 0.09 | 0 | 0.58 | 0.13 | 69.23 | 0.67 | 0.62 |
| Hex | CB | DF | 5D | 9 | 0 | 3A | D | 45 | 43 | 3E |
| Octal | 313 | 337 | 135 | 11 | 0 | 72 | 15 | 105 | 103 | 76 |
| Binary | 11001011 | 11011111 | 1011101 | 1001 | 0 | 111010 | 1101 | 1000101 | 1000011 | 111110 |
Color Harmonies of #CBDF5D
Complementary color
Monochromatic Colors of #CBDF5D
Black with #CBDF5D
Text Example
Text Example
White with #CBDF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDF5D; }
p { color: rgb(203,223,93); }
H1.HeaderClassName
{
color: #CBDF5D;
}
.AnyTagClassName
{
color: #CBDF5D;
}
</style>
background-color css
<style>
a { background-color: #CBDF5D; }
a { background-color: rgb(203,223,93); }
div.DivClassName
{
background-color: #CBDF5D;
}
.BgClassName
{
background-color: #CBDF5D;
}
</style>
border-color css
<style>
span { border-color: #CBDF5D; }
span { border-color: rgb(203,223,93); }
td.TdClassName
{
border-color: #CBDF5D;
}
.TagClassName
{
border-color: #CBDF5D;
}
</style>