Shades of Mindaro #CDFF5D
Tints of Mindaro #CDFF5D
RGB
CMYK
RGB Variations
Color information
#CDFF5D (or 0xCDFF5D) is known color: Mindaro. HEX triplet: CD, FF and 5D. RGB value is (205,255,93). Sum of RGB (Red+Green+Blue) = 205+255+93=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 255 (100% from 255 or 46.11% from 553); Blue value is 93 (36.72% from 255 or 16.82% from 553); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF5D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF5D is #3200A2. Grayscale: #DEDEDE. Windows color (decimal): -3276963 or 6160333. OLE color: 6160333.
HSL color Cylindrical-coordinate representation of color #CDFF5D: hue angle of 78.52º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDFF5D is Cyan = 0.20, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 93 | - |
| CMYK | 0.20 | 0 | 0.64 | 0 |
| HSL | 78.52º | 1% | 0.68% | - |
| HSV(B) | 78.52º | 0.64% | 1% | - |
| XYZ | 62.91 | 85.29 | 23.5 | - |
| YUV | 221.58 | 55.44 | 116.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 93 | 0.20 | 0 | 0.64 | 0 | 78.52 | 1 | 0.68 |
| Hex | CD | FF | 5D | 14 | 0 | 40 | 0 | 4F | 64 | 44 |
| Octal | 315 | 377 | 135 | 24 | 0 | 100 | 0 | 117 | 144 | 104 |
| Binary | 11001101 | 11111111 | 1011101 | 10100 | 0 | 1000000 | 0 | 1001111 | 1100100 | 1000100 |
Color Harmonies of #CDFF5D
Complementary color
Monochromatic Colors of #CDFF5D
Black with #CDFF5D
Text Example
Text Example
White with #CDFF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF5D; }
p { color: rgb(205,255,93); }
H1.HeaderClassName
{
color: #CDFF5D;
}
.AnyTagClassName
{
color: #CDFF5D;
}
</style>
background-color css
<style>
a { background-color: #CDFF5D; }
a { background-color: rgb(205,255,93); }
div.DivClassName
{
background-color: #CDFF5D;
}
.BgClassName
{
background-color: #CDFF5D;
}
</style>
border-color css
<style>
span { border-color: #CDFF5D; }
span { border-color: rgb(205,255,93); }
td.TdClassName
{
border-color: #CDFF5D;
}
.TagClassName
{
border-color: #CDFF5D;
}
</style>