Shades of Mindaro #CDFF50
Tints of Mindaro #CDFF50
RGB
CMYK
RGB Variations
Color information
#CDFF50 (or 0xCDFF50) is known color: Mindaro. HEX triplet: CD, FF and 50. RGB value is (205,255,80). Sum of RGB (Red+Green+Blue) = 205+255+80=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 255 (100% from 255 or 47.22% from 540); Blue value is 80 (31.64% from 255 or 14.81% from 540); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFF50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDFF50 is #3200AF. Grayscale: #DCDCDC. Windows color (decimal): -3276976 or 5308365. OLE color: 5308365.
HSL color Cylindrical-coordinate representation of color #CDFF50: hue angle of 77.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CDFF50 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 255 | 80 | - |
| CMYK | 0.20 | 0 | 0.69 | 0 |
| HSL | 77.14º | 1% | 0.66% | - |
| HSV(B) | 77.14º | 0.69% | 1% | - |
| XYZ | 62.38 | 85.08 | 20.72 | - |
| YUV | 220.1 | 48.94 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 255 | 80 | 0.20 | 0 | 0.69 | 0 | 77.14 | 1 | 0.66 |
| Hex | CD | FF | 50 | 14 | 0 | 45 | 0 | 4D | 64 | 42 |
| Octal | 315 | 377 | 120 | 24 | 0 | 105 | 0 | 115 | 144 | 102 |
| Binary | 11001101 | 11111111 | 1010000 | 10100 | 0 | 1000101 | 0 | 1001101 | 1100100 | 1000010 |
Color Harmonies of #CDFF50
Complementary color
Monochromatic Colors of #CDFF50
Black with #CDFF50
Text Example
Text Example
White with #CDFF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDFF50; }
p { color: rgb(205,255,80); }
H1.HeaderClassName
{
color: #CDFF50;
}
.AnyTagClassName
{
color: #CDFF50;
}
</style>
background-color css
<style>
a { background-color: #CDFF50; }
a { background-color: rgb(205,255,80); }
div.DivClassName
{
background-color: #CDFF50;
}
.BgClassName
{
background-color: #CDFF50;
}
</style>
border-color css
<style>
span { border-color: #CDFF50; }
span { border-color: rgb(205,255,80); }
td.TdClassName
{
border-color: #CDFF50;
}
.TagClassName
{
border-color: #CDFF50;
}
</style>