Shades of Mindaro #CDFE60
Tints of Mindaro #CDFE60
RGB
CMYK
RGB Variations
Color information
#CDFE60 (or 0xCDFE60) is known color: Mindaro. HEX triplet: CD, FE and 60. RGB value is (205,254,96). Sum of RGB (Red+Green+Blue) = 205+254+96=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 96 (37.89% from 255 or 17.30% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFE60 is #32019F. Grayscale: #DDDDDD. Windows color (decimal): -3277216 or 6356685. OLE color: 6356685.
HSL color Cylindrical-coordinate representation of color #CDFE60: hue angle of 78.61º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDFE60 is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 96 | - |
| CMYK | 0.19 | 0 | 0.62 | 0.00 |
| HSL | 78.61º | 0.99% | 0.69% | - |
| HSV(B) | 78.61º | 0.62% | 1% | - |
| XYZ | 62.73 | 84.71 | 24.11 | - |
| YUV | 221.34 | 57.27 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 96 | 0.19 | 0 | 0.62 | 0.00 | 78.61 | 0.99 | 0.69 |
| Hex | CD | FE | 60 | 13 | 0 | 3E | 0 | 4F | 63 | 45 |
| Octal | 315 | 376 | 140 | 23 | 0 | 76 | 0 | 117 | 143 | 105 |
| Binary | 11001101 | 11111110 | 1100000 | 10011 | 0 | 111110 | 0 | 1001111 | 1100011 | 1000101 |
Color Harmonies of #CDFE60
Complementary color
Monochromatic Colors of #CDFE60
Black with #CDFE60
Text Example
Text Example
White with #CDFE60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE60; }
p { color: rgb(205,254,96); }
H1.HeaderClassName
{
color: #CDFE60;
}
.AnyTagClassName
{
color: #CDFE60;
}
</style>
background-color css
<style>
a { background-color: #CDFE60; }
a { background-color: rgb(205,254,96); }
div.DivClassName
{
background-color: #CDFE60;
}
.BgClassName
{
background-color: #CDFE60;
}
</style>
border-color css
<style>
span { border-color: #CDFE60; }
span { border-color: rgb(205,254,96); }
td.TdClassName
{
border-color: #CDFE60;
}
.TagClassName
{
border-color: #CDFE60;
}
</style>