Shades of Mindaro #CDFF54
Tints of Mindaro #CDFF54
RGB
CMYK
RGB Variations
Color information
#CDFF54 (or 0xCDFF54) is known color: Mindaro. HEX triplet: CD, FF and 54. RGB value is (205,255,84). Sum of RGB (Red+Green+Blue) = 205+255+84=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 84 (33.20% from 255 or 15.44% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF54 is #3200AB. Grayscale: #DDDDDD. Windows color (decimal): -3276972 or 5570509. OLE color: 5570509.
HSL color Cylindrical-coordinate representation of color #CDFF54: hue angle of 77.54º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDFF54 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 84 | - |
| CMYK | 0.20 | 0 | 0.67 | 0 |
| HSL | 77.54º | 1% | 0.66% | - |
| HSV(B) | 77.54º | 0.67% | 1% | - |
| XYZ | 62.54 | 85.14 | 21.52 | - |
| YUV | 220.56 | 50.94 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 84 | 0.20 | 0 | 0.67 | 0 | 77.54 | 1 | 0.66 |
| Hex | CD | FF | 54 | 14 | 0 | 43 | 0 | 4E | 64 | 42 |
| Octal | 315 | 377 | 124 | 24 | 0 | 103 | 0 | 116 | 144 | 102 |
| Binary | 11001101 | 11111111 | 1010100 | 10100 | 0 | 1000011 | 0 | 1001110 | 1100100 | 1000010 |
Color Harmonies of #CDFF54
Complementary color
Monochromatic Colors of #CDFF54
Black with #CDFF54
Text Example
Text Example
White with #CDFF54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF54; }
p { color: rgb(205,255,84); }
H1.HeaderClassName
{
color: #CDFF54;
}
.AnyTagClassName
{
color: #CDFF54;
}
</style>
background-color css
<style>
a { background-color: #CDFF54; }
a { background-color: rgb(205,255,84); }
div.DivClassName
{
background-color: #CDFF54;
}
.BgClassName
{
background-color: #CDFF54;
}
</style>
border-color css
<style>
span { border-color: #CDFF54; }
span { border-color: rgb(205,255,84); }
td.TdClassName
{
border-color: #CDFF54;
}
.TagClassName
{
border-color: #CDFF54;
}
</style>