Shades of Mindaro #CDF154
Tints of Mindaro #CDF154
RGB
CMYK
RGB Variations
Color information
#CDF154 (or 0xCDF154) is known color: Mindaro. HEX triplet: CD, F1 and 54. RGB value is (205,241,84). Sum of RGB (Red+Green+Blue) = 205+241+84=530 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.68% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 84 (33.20% from 255 or 15.85% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF154 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF154 is #320EAB. Grayscale: #D4D4D4. Windows color (decimal): -3280556 or 5566925. OLE color: 5566925.
HSL color Cylindrical-coordinate representation of color #CDF154: hue angle of 73.76º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CDF154 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 84 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.05 |
| HSL | 73.76º | 0.85% | 0.64% | - |
| HSV(B) | 73.76º | 0.65% | 0.95% | - |
| XYZ | 58.23 | 76.53 | 20.09 | - |
| YUV | 212.34 | 55.57 | 122.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 84 | 0.15 | 0 | 0.65 | 0.05 | 73.76 | 0.85 | 0.64 |
| Hex | CD | F1 | 54 | F | 0 | 41 | 5 | 4A | 55 | 40 |
| Octal | 315 | 361 | 124 | 17 | 0 | 101 | 5 | 112 | 125 | 100 |
| Binary | 11001101 | 11110001 | 1010100 | 1111 | 0 | 1000001 | 101 | 1001010 | 1010101 | 1000000 |
Color Harmonies of #CDF154
Complementary color
Monochromatic Colors of #CDF154
Black with #CDF154
Text Example
Text Example
White with #CDF154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF154; }
p { color: rgb(205,241,84); }
H1.HeaderClassName
{
color: #CDF154;
}
.AnyTagClassName
{
color: #CDF154;
}
</style>
background-color css
<style>
a { background-color: #CDF154; }
a { background-color: rgb(205,241,84); }
div.DivClassName
{
background-color: #CDF154;
}
.BgClassName
{
background-color: #CDF154;
}
</style>
border-color css
<style>
span { border-color: #CDF154; }
span { border-color: rgb(205,241,84); }
td.TdClassName
{
border-color: #CDF154;
}
.TagClassName
{
border-color: #CDF154;
}
</style>