Shades of Mindaro #CDFE50
Tints of Mindaro #CDFE50
RGB
CMYK
RGB Variations
Color information
#CDFE50 (or 0xCDFE50) is known color: Mindaro. HEX triplet: CD, FE and 50. RGB value is (205,254,80). Sum of RGB (Red+Green+Blue) = 205+254+80=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 254 (99.61% from 255 or 47.12% from 539); Blue value is 80 (31.64% from 255 or 14.84% from 539); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFE50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFE50 is #3201AF. Grayscale: #DCDCDC. Windows color (decimal): -3277232 or 5308109. OLE color: 5308109.
HSL color Cylindrical-coordinate representation of color #CDFE50: hue angle of 76.9º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDFE50 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 254 | 80 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.00 |
| HSL | 76.9º | 0.99% | 0.65% | - |
| HSV(B) | 76.9º | 0.69% | 1% | - |
| XYZ | 62.07 | 84.44 | 20.62 | - |
| YUV | 219.51 | 49.27 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 254 | 80 | 0.19 | 0 | 0.69 | 0.00 | 76.9 | 0.99 | 0.65 |
| Hex | CD | FE | 50 | 13 | 0 | 45 | 0 | 4D | 63 | 41 |
| Octal | 315 | 376 | 120 | 23 | 0 | 105 | 0 | 115 | 143 | 101 |
| Binary | 11001101 | 11111110 | 1010000 | 10011 | 0 | 1000101 | 0 | 1001101 | 1100011 | 1000001 |
Color Harmonies of #CDFE50
Complementary color
Monochromatic Colors of #CDFE50
Black with #CDFE50
Text Example
Text Example
White with #CDFE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFE50; }
p { color: rgb(205,254,80); }
H1.HeaderClassName
{
color: #CDFE50;
}
.AnyTagClassName
{
color: #CDFE50;
}
</style>
background-color css
<style>
a { background-color: #CDFE50; }
a { background-color: rgb(205,254,80); }
div.DivClassName
{
background-color: #CDFE50;
}
.BgClassName
{
background-color: #CDFE50;
}
</style>
border-color css
<style>
span { border-color: #CDFE50; }
span { border-color: rgb(205,254,80); }
td.TdClassName
{
border-color: #CDFE50;
}
.TagClassName
{
border-color: #CDFE50;
}
</style>