Shades of Mindaro #CDFC55
Tints of Mindaro #CDFC55
RGB
CMYK
RGB Variations
Color information
#CDFC55 (or 0xCDFC55) is known color: Mindaro. HEX triplet: CD, FC and 55. RGB value is (205,252,85). Sum of RGB (Red+Green+Blue) = 205+252+85=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 252 (98.83% from 255 or 46.49% from 542); Blue value is 85 (33.59% from 255 or 15.68% from 542); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC55 is #3203AA. Grayscale: #DBDBDB. Windows color (decimal): -3277739 or 5635277. OLE color: 5635277.
HSL color Cylindrical-coordinate representation of color #CDFC55: hue angle of 76.89º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDFC55 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 85 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.01 |
| HSL | 76.89º | 0.97% | 0.66% | - |
| HSV(B) | 76.89º | 0.66% | 0.99% | - |
| XYZ | 61.63 | 83.26 | 21.42 | - |
| YUV | 218.91 | 52.43 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 85 | 0.19 | 0 | 0.66 | 0.01 | 76.89 | 0.97 | 0.66 |
| Hex | CD | FC | 55 | 13 | 0 | 42 | 1 | 4D | 61 | 42 |
| Octal | 315 | 374 | 125 | 23 | 0 | 102 | 1 | 115 | 141 | 102 |
| Binary | 11001101 | 11111100 | 1010101 | 10011 | 0 | 1000010 | 1 | 1001101 | 1100001 | 1000010 |
Color Harmonies of #CDFC55
Complementary color
Monochromatic Colors of #CDFC55
Black with #CDFC55
Text Example
Text Example
White with #CDFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC55; }
p { color: rgb(205,252,85); }
H1.HeaderClassName
{
color: #CDFC55;
}
.AnyTagClassName
{
color: #CDFC55;
}
</style>
background-color css
<style>
a { background-color: #CDFC55; }
a { background-color: rgb(205,252,85); }
div.DivClassName
{
background-color: #CDFC55;
}
.BgClassName
{
background-color: #CDFC55;
}
</style>
border-color css
<style>
span { border-color: #CDFC55; }
span { border-color: rgb(205,252,85); }
td.TdClassName
{
border-color: #CDFC55;
}
.TagClassName
{
border-color: #CDFC55;
}
</style>