Shades of Mindaro #CDFF55
Tints of Mindaro #CDFF55
RGB
CMYK
RGB Variations
Color information
#CDFF55 (or 0xCDFF55) is known color: Mindaro. HEX triplet: CD, FF and 55. RGB value is (205,255,85). Sum of RGB (Red+Green+Blue) = 205+255+85=545 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.61% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 85 (33.59% from 255 or 15.60% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF55 is #3200AA. Grayscale: #DDDDDD. Windows color (decimal): -3276971 or 5636045. OLE color: 5636045.
HSL color Cylindrical-coordinate representation of color #CDFF55: hue angle of 77.65º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDFF55 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 85 | - |
| CMYK | 0.20 | 0 | 0.67 | 0 |
| HSL | 77.65º | 1% | 0.67% | - |
| HSV(B) | 77.65º | 0.67% | 1% | - |
| XYZ | 62.58 | 85.16 | 21.73 | - |
| YUV | 220.67 | 51.44 | 116.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 85 | 0.20 | 0 | 0.67 | 0 | 77.65 | 1 | 0.67 |
| Hex | CD | FF | 55 | 14 | 0 | 43 | 0 | 4E | 64 | 43 |
| Octal | 315 | 377 | 125 | 24 | 0 | 103 | 0 | 116 | 144 | 103 |
| Binary | 11001101 | 11111111 | 1010101 | 10100 | 0 | 1000011 | 0 | 1001110 | 1100100 | 1000011 |
Color Harmonies of #CDFF55
Complementary color
Monochromatic Colors of #CDFF55
Black with #CDFF55
Text Example
Text Example
White with #CDFF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF55; }
p { color: rgb(205,255,85); }
H1.HeaderClassName
{
color: #CDFF55;
}
.AnyTagClassName
{
color: #CDFF55;
}
</style>
background-color css
<style>
a { background-color: #CDFF55; }
a { background-color: rgb(205,255,85); }
div.DivClassName
{
background-color: #CDFF55;
}
.BgClassName
{
background-color: #CDFF55;
}
</style>
border-color css
<style>
span { border-color: #CDFF55; }
span { border-color: rgb(205,255,85); }
td.TdClassName
{
border-color: #CDFF55;
}
.TagClassName
{
border-color: #CDFF55;
}
</style>