Shades of Mindaro #CDFF51
Tints of Mindaro #CDFF51
RGB
CMYK
RGB Variations
Color information
#CDFF51 (or 0xCDFF51) is known color: Mindaro. HEX triplet: CD, FF and 51. RGB value is (205,255,81). Sum of RGB (Red+Green+Blue) = 205+255+81=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 81 (32.03% from 255 or 14.97% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF51 is #3200AE. Grayscale: #DCDCDC. Windows color (decimal): -3276975 or 5373901. OLE color: 5373901.
HSL color Cylindrical-coordinate representation of color #CDFF51: hue angle of 77.24º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDFF51 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 81 | - |
| CMYK | 0.20 | 0 | 0.68 | 0 |
| HSL | 77.24º | 1% | 0.66% | - |
| HSV(B) | 77.24º | 0.68% | 1% | - |
| XYZ | 62.42 | 85.09 | 20.92 | - |
| YUV | 220.21 | 49.44 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 81 | 0.20 | 0 | 0.68 | 0 | 77.24 | 1 | 0.66 |
| Hex | CD | FF | 51 | 14 | 0 | 44 | 0 | 4D | 64 | 42 |
| Octal | 315 | 377 | 121 | 24 | 0 | 104 | 0 | 115 | 144 | 102 |
| Binary | 11001101 | 11111111 | 1010001 | 10100 | 0 | 1000100 | 0 | 1001101 | 1100100 | 1000010 |
Color Harmonies of #CDFF51
Complementary color
Monochromatic Colors of #CDFF51
Black with #CDFF51
Text Example
Text Example
White with #CDFF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF51; }
p { color: rgb(205,255,81); }
H1.HeaderClassName
{
color: #CDFF51;
}
.AnyTagClassName
{
color: #CDFF51;
}
</style>
background-color css
<style>
a { background-color: #CDFF51; }
a { background-color: rgb(205,255,81); }
div.DivClassName
{
background-color: #CDFF51;
}
.BgClassName
{
background-color: #CDFF51;
}
</style>
border-color css
<style>
span { border-color: #CDFF51; }
span { border-color: rgb(205,255,81); }
td.TdClassName
{
border-color: #CDFF51;
}
.TagClassName
{
border-color: #CDFF51;
}
</style>