Shades of Mindaro #CDFD5C
Tints of Mindaro #CDFD5C
RGB
CMYK
RGB Variations
Color information
#CDFD5C (or 0xCDFD5C) is known color: Mindaro. HEX triplet: CD, FD and 5C. RGB value is (205,253,92). Sum of RGB (Red+Green+Blue) = 205+253+92=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 92 (36.33% from 255 or 16.73% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFD5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFD5C is #3202A3. Grayscale: #DCDCDC. Windows color (decimal): -3277476 or 6094285. OLE color: 6094285.
HSL color Cylindrical-coordinate representation of color #CDFD5C: hue angle of 77.89º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDFD5C is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 253 | 92 | - |
| CMYK | 0.19 | 0 | 0.64 | 0.01 |
| HSL | 77.89º | 0.98% | 0.68% | - |
| HSV(B) | 77.89º | 0.64% | 0.99% | - |
| XYZ | 62.23 | 84 | 23.06 | - |
| YUV | 220.29 | 55.6 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 253 | 92 | 0.19 | 0 | 0.64 | 0.01 | 77.89 | 0.98 | 0.68 |
| Hex | CD | FD | 5C | 13 | 0 | 40 | 1 | 4E | 62 | 44 |
| Octal | 315 | 375 | 134 | 23 | 0 | 100 | 1 | 116 | 142 | 104 |
| Binary | 11001101 | 11111101 | 1011100 | 10011 | 0 | 1000000 | 1 | 1001110 | 1100010 | 1000100 |
Color Harmonies of #CDFD5C
Complementary color
Monochromatic Colors of #CDFD5C
Black with #CDFD5C
Text Example
Text Example
White with #CDFD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFD5C; }
p { color: rgb(205,253,92); }
H1.HeaderClassName
{
color: #CDFD5C;
}
.AnyTagClassName
{
color: #CDFD5C;
}
</style>
background-color css
<style>
a { background-color: #CDFD5C; }
a { background-color: rgb(205,253,92); }
div.DivClassName
{
background-color: #CDFD5C;
}
.BgClassName
{
background-color: #CDFD5C;
}
</style>
border-color css
<style>
span { border-color: #CDFD5C; }
span { border-color: rgb(205,253,92); }
td.TdClassName
{
border-color: #CDFD5C;
}
.TagClassName
{
border-color: #CDFD5C;
}
</style>