Shades of Mindaro #CDFF52
Tints of Mindaro #CDFF52
RGB
CMYK
RGB Variations
Color information
#CDFF52 (or 0xCDFF52) is known color: Mindaro. HEX triplet: CD, FF and 52. RGB value is (205,255,82). Sum of RGB (Red+Green+Blue) = 205+255+82=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 82 (32.42% from 255 or 15.13% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF52 is #3200AD. Grayscale: #DCDCDC. Windows color (decimal): -3276974 or 5439437. OLE color: 5439437.
HSL color Cylindrical-coordinate representation of color #CDFF52: hue angle of 77.34º 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 #CDFF52 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 82 | - |
| CMYK | 0.20 | 0 | 0.68 | 0 |
| HSL | 77.34º | 1% | 0.66% | - |
| HSV(B) | 77.34º | 0.68% | 1% | - |
| XYZ | 62.46 | 85.11 | 21.12 | - |
| YUV | 220.33 | 49.94 | 117.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 82 | 0.20 | 0 | 0.68 | 0 | 77.34 | 1 | 0.66 |
| Hex | CD | FF | 52 | 14 | 0 | 44 | 0 | 4D | 64 | 42 |
| Octal | 315 | 377 | 122 | 24 | 0 | 104 | 0 | 115 | 144 | 102 |
| Binary | 11001101 | 11111111 | 1010010 | 10100 | 0 | 1000100 | 0 | 1001101 | 1100100 | 1000010 |
Color Harmonies of #CDFF52
Complementary color
Monochromatic Colors of #CDFF52
Black with #CDFF52
Text Example
Text Example
White with #CDFF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF52; }
p { color: rgb(205,255,82); }
H1.HeaderClassName
{
color: #CDFF52;
}
.AnyTagClassName
{
color: #CDFF52;
}
</style>
background-color css
<style>
a { background-color: #CDFF52; }
a { background-color: rgb(205,255,82); }
div.DivClassName
{
background-color: #CDFF52;
}
.BgClassName
{
background-color: #CDFF52;
}
</style>
border-color css
<style>
span { border-color: #CDFF52; }
span { border-color: rgb(205,255,82); }
td.TdClassName
{
border-color: #CDFF52;
}
.TagClassName
{
border-color: #CDFF52;
}
</style>