Shades of Mindaro #CDFC60
Tints of Mindaro #CDFC60
RGB
CMYK
RGB Variations
Color information
#CDFC60 (or 0xCDFC60) is known color: Mindaro. HEX triplet: CD, FC and 60. RGB value is (205,252,96). Sum of RGB (Red+Green+Blue) = 205+252+96=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC60 is #32039F. Grayscale: #DCDCDC. Windows color (decimal): -3277728 or 6356173. OLE color: 6356173.
HSL color Cylindrical-coordinate representation of color #CDFC60: hue angle of 78.08º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDFC60 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 96 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.01 |
| HSL | 78.08º | 0.96% | 0.68% | - |
| HSV(B) | 78.08º | 0.62% | 0.99% | - |
| XYZ | 62.1 | 83.44 | 23.9 | - |
| YUV | 220.16 | 57.93 | 117.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 96 | 0.19 | 0 | 0.62 | 0.01 | 78.08 | 0.96 | 0.68 |
| Hex | CD | FC | 60 | 13 | 0 | 3E | 1 | 4E | 60 | 44 |
| Octal | 315 | 374 | 140 | 23 | 0 | 76 | 1 | 116 | 140 | 104 |
| Binary | 11001101 | 11111100 | 1100000 | 10011 | 0 | 111110 | 1 | 1001110 | 1100000 | 1000100 |
Color Harmonies of #CDFC60
Complementary color
Monochromatic Colors of #CDFC60
Black with #CDFC60
Text Example
Text Example
White with #CDFC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC60; }
p { color: rgb(205,252,96); }
H1.HeaderClassName
{
color: #CDFC60;
}
.AnyTagClassName
{
color: #CDFC60;
}
</style>
background-color css
<style>
a { background-color: #CDFC60; }
a { background-color: rgb(205,252,96); }
div.DivClassName
{
background-color: #CDFC60;
}
.BgClassName
{
background-color: #CDFC60;
}
</style>
border-color css
<style>
span { border-color: #CDFC60; }
span { border-color: rgb(205,252,96); }
td.TdClassName
{
border-color: #CDFC60;
}
.TagClassName
{
border-color: #CDFC60;
}
</style>