Shades of Wild Willow #CCE058
Tints of Wild Willow #CCE058
RGB
CMYK
RGB Variations
Color information
#CCE058 (or 0xCCE058) is known color: Wild Willow. HEX triplet: CC, E0 and 58. RGB value is (204,224,88). Sum of RGB (Red+Green+Blue) = 204+224+88=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 88 (34.77% from 255 or 17.05% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE058 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE058 is #331FA7. Grayscale: #CBCBCB. Windows color (decimal): -3350440 or 5824716. OLE color: 5824716.
HSL color Cylindrical-coordinate representation of color #CCE058: hue angle of 68.82º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CCE058 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 88 | - |
| CMYK | 0.09 | 0 | 0.61 | 0.12 |
| HSL | 68.82º | 0.69% | 0.61% | - |
| HSV(B) | 68.82º | 0.61% | 0.88% | - |
| XYZ | 53.32 | 66.85 | 19.33 | - |
| YUV | 202.52 | 63.37 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 88 | 0.09 | 0 | 0.61 | 0.12 | 68.82 | 0.69 | 0.61 |
| Hex | CC | E0 | 58 | 9 | 0 | 3D | C | 45 | 45 | 3D |
| Octal | 314 | 340 | 130 | 11 | 0 | 75 | 14 | 105 | 105 | 75 |
| Binary | 11001100 | 11100000 | 1011000 | 1001 | 0 | 111101 | 1100 | 1000101 | 1000101 | 111101 |
Color Harmonies of #CCE058
Complementary color
Monochromatic Colors of #CCE058
Black with #CCE058
Text Example
Text Example
White with #CCE058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE058; }
p { color: rgb(204,224,88); }
H1.HeaderClassName
{
color: #CCE058;
}
.AnyTagClassName
{
color: #CCE058;
}
</style>
background-color css
<style>
a { background-color: #CCE058; }
a { background-color: rgb(204,224,88); }
div.DivClassName
{
background-color: #CCE058;
}
.BgClassName
{
background-color: #CCE058;
}
</style>
border-color css
<style>
span { border-color: #CCE058; }
span { border-color: rgb(204,224,88); }
td.TdClassName
{
border-color: #CCE058;
}
.TagClassName
{
border-color: #CCE058;
}
</style>