Shades of Mindaro #CDF157
Tints of Mindaro #CDF157
RGB
CMYK
RGB Variations
Color information
#CDF157 (or 0xCDF157) is known color: Mindaro. HEX triplet: CD, F1 and 57. RGB value is (205,241,87). Sum of RGB (Red+Green+Blue) = 205+241+87=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF157 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF157 is #320EA8. Grayscale: #D5D5D5. Windows color (decimal): -3280553 or 5763533. OLE color: 5763533.
HSL color Cylindrical-coordinate representation of color #CDF157: hue angle of 74.03º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CDF157 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 87 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.05 |
| HSL | 74.03º | 0.85% | 0.64% | - |
| HSV(B) | 74.03º | 0.64% | 0.95% | - |
| XYZ | 58.35 | 76.58 | 20.72 | - |
| YUV | 212.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 87 | 0.15 | 0 | 0.64 | 0.05 | 74.03 | 0.85 | 0.64 |
| Hex | CD | F1 | 57 | F | 0 | 40 | 5 | 4A | 55 | 40 |
| Octal | 315 | 361 | 127 | 17 | 0 | 100 | 5 | 112 | 125 | 100 |
| Binary | 11001101 | 11110001 | 1010111 | 1111 | 0 | 1000000 | 101 | 1001010 | 1010101 | 1000000 |
Color Harmonies of #CDF157
Complementary color
Monochromatic Colors of #CDF157
Black with #CDF157
Text Example
Text Example
White with #CDF157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF157; }
p { color: rgb(205,241,87); }
H1.HeaderClassName
{
color: #CDF157;
}
.AnyTagClassName
{
color: #CDF157;
}
</style>
background-color css
<style>
a { background-color: #CDF157; }
a { background-color: rgb(205,241,87); }
div.DivClassName
{
background-color: #CDF157;
}
.BgClassName
{
background-color: #CDF157;
}
</style>
border-color css
<style>
span { border-color: #CDF157; }
span { border-color: rgb(205,241,87); }
td.TdClassName
{
border-color: #CDF157;
}
.TagClassName
{
border-color: #CDF157;
}
</style>