Shades of Mindaro #CDFC51
Tints of Mindaro #CDFC51
RGB
CMYK
RGB Variations
Color information
#CDFC51 (or 0xCDFC51) is known color: Mindaro. HEX triplet: CD, FC and 51. RGB value is (205,252,81). Sum of RGB (Red+Green+Blue) = 205+252+81=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 252 (98.83% from 255 or 46.84% from 538); Blue value is 81 (32.03% from 255 or 15.06% from 538); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFC51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFC51 is #3203AE. Grayscale: #DBDBDB. Windows color (decimal): -3277743 or 5373133. OLE color: 5373133.
HSL color Cylindrical-coordinate representation of color #CDFC51: hue angle of 76.49º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDFC51 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 252 | 81 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.01 |
| HSL | 76.49º | 0.97% | 0.65% | - |
| HSV(B) | 76.49º | 0.68% | 0.99% | - |
| XYZ | 61.47 | 83.19 | 20.6 | - |
| YUV | 218.45 | 50.43 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 252 | 81 | 0.19 | 0 | 0.68 | 0.01 | 76.49 | 0.97 | 0.65 |
| Hex | CD | FC | 51 | 13 | 0 | 44 | 1 | 4C | 61 | 41 |
| Octal | 315 | 374 | 121 | 23 | 0 | 104 | 1 | 114 | 141 | 101 |
| Binary | 11001101 | 11111100 | 1010001 | 10011 | 0 | 1000100 | 1 | 1001100 | 1100001 | 1000001 |
Color Harmonies of #CDFC51
Complementary color
Monochromatic Colors of #CDFC51
Black with #CDFC51
Text Example
Text Example
White with #CDFC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFC51; }
p { color: rgb(205,252,81); }
H1.HeaderClassName
{
color: #CDFC51;
}
.AnyTagClassName
{
color: #CDFC51;
}
</style>
background-color css
<style>
a { background-color: #CDFC51; }
a { background-color: rgb(205,252,81); }
div.DivClassName
{
background-color: #CDFC51;
}
.BgClassName
{
background-color: #CDFC51;
}
</style>
border-color css
<style>
span { border-color: #CDFC51; }
span { border-color: rgb(205,252,81); }
td.TdClassName
{
border-color: #CDFC51;
}
.TagClassName
{
border-color: #CDFC51;
}
</style>