Shades of Mindaro #CDFE53
Tints of Mindaro #CDFE53
RGB
CMYK
RGB Variations
Color information
#CDFE53 (or 0xCDFE53) is known color: Mindaro. HEX triplet: CD, FE and 53. RGB value is (205,254,83). Sum of RGB (Red+Green+Blue) = 205+254+83=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 254 (99.61% from 255 or 46.86% from 542); Blue value is 83 (32.81% from 255 or 15.31% from 542); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFE53 is #3201AC. Grayscale: #DCDCDC. Windows color (decimal): -3277229 or 5504717. OLE color: 5504717.
HSL color Cylindrical-coordinate representation of color #CDFE53: hue angle of 77.19º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CDFE53 is Cyan = 0.19, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 83 | - |
| CMYK | 0.19 | 0 | 0.67 | 0.00 |
| HSL | 77.19º | 0.99% | 0.66% | - |
| HSV(B) | 77.19º | 0.67% | 1% | - |
| XYZ | 62.18 | 84.49 | 21.21 | - |
| YUV | 219.86 | 50.77 | 117.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 83 | 0.19 | 0 | 0.67 | 0.00 | 77.19 | 0.99 | 0.66 |
| Hex | CD | FE | 53 | 13 | 0 | 43 | 0 | 4D | 63 | 42 |
| Octal | 315 | 376 | 123 | 23 | 0 | 103 | 0 | 115 | 143 | 102 |
| Binary | 11001101 | 11111110 | 1010011 | 10011 | 0 | 1000011 | 0 | 1001101 | 1100011 | 1000010 |
Color Harmonies of #CDFE53
Complementary color
Monochromatic Colors of #CDFE53
Black with #CDFE53
Text Example
Text Example
White with #CDFE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE53; }
p { color: rgb(205,254,83); }
H1.HeaderClassName
{
color: #CDFE53;
}
.AnyTagClassName
{
color: #CDFE53;
}
</style>
background-color css
<style>
a { background-color: #CDFE53; }
a { background-color: rgb(205,254,83); }
div.DivClassName
{
background-color: #CDFE53;
}
.BgClassName
{
background-color: #CDFE53;
}
</style>
border-color css
<style>
span { border-color: #CDFE53; }
span { border-color: rgb(205,254,83); }
td.TdClassName
{
border-color: #CDFE53;
}
.TagClassName
{
border-color: #CDFE53;
}
</style>