Shades of Mindaro #CDFE52
Tints of Mindaro #CDFE52
RGB
CMYK
RGB Variations
Color information
#CDFE52 (or 0xCDFE52) is known color: Mindaro. HEX triplet: CD, FE and 52. RGB value is (205,254,82). Sum of RGB (Red+Green+Blue) = 205+254+82=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 82 (32.42% from 255 or 15.16% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFE52 is #3201AD. Grayscale: #DCDCDC. Windows color (decimal): -3277230 or 5439181. OLE color: 5439181.
HSL color Cylindrical-coordinate representation of color #CDFE52: hue angle of 77.09º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CDFE52 is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 82 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.00 |
| HSL | 77.09º | 0.99% | 0.66% | - |
| HSV(B) | 77.09º | 0.68% | 1% | - |
| XYZ | 62.14 | 84.47 | 21.01 | - |
| YUV | 219.74 | 50.27 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 82 | 0.19 | 0 | 0.68 | 0.00 | 77.09 | 0.99 | 0.66 |
| Hex | CD | FE | 52 | 13 | 0 | 44 | 0 | 4D | 63 | 42 |
| Octal | 315 | 376 | 122 | 23 | 0 | 104 | 0 | 115 | 143 | 102 |
| Binary | 11001101 | 11111110 | 1010010 | 10011 | 0 | 1000100 | 0 | 1001101 | 1100011 | 1000010 |
Color Harmonies of #CDFE52
Complementary color
Monochromatic Colors of #CDFE52
Black with #CDFE52
Text Example
Text Example
White with #CDFE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE52; }
p { color: rgb(205,254,82); }
H1.HeaderClassName
{
color: #CDFE52;
}
.AnyTagClassName
{
color: #CDFE52;
}
</style>
background-color css
<style>
a { background-color: #CDFE52; }
a { background-color: rgb(205,254,82); }
div.DivClassName
{
background-color: #CDFE52;
}
.BgClassName
{
background-color: #CDFE52;
}
</style>
border-color css
<style>
span { border-color: #CDFE52; }
span { border-color: rgb(205,254,82); }
td.TdClassName
{
border-color: #CDFE52;
}
.TagClassName
{
border-color: #CDFE52;
}
</style>