Shades of Mindaro #CDF153
Tints of Mindaro #CDF153
RGB
CMYK
RGB Variations
Color information
#CDF153 (or 0xCDF153) is known color: Mindaro. HEX triplet: CD, F1 and 53. RGB value is (205,241,83). Sum of RGB (Red+Green+Blue) = 205+241+83=529 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.75% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 83 (32.81% from 255 or 15.69% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF153 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF153 is #320EAC. Grayscale: #D4D4D4. Windows color (decimal): -3280557 or 5501389. OLE color: 5501389.
HSL color Cylindrical-coordinate representation of color #CDF153: hue angle of 73.67º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CDF153 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 83 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.05 |
| HSL | 73.67º | 0.85% | 0.64% | - |
| HSV(B) | 73.67º | 0.66% | 0.95% | - |
| XYZ | 58.19 | 76.51 | 19.89 | - |
| YUV | 212.22 | 55.07 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 83 | 0.15 | 0 | 0.66 | 0.05 | 73.67 | 0.85 | 0.64 |
| Hex | CD | F1 | 53 | F | 0 | 42 | 5 | 4A | 55 | 40 |
| Octal | 315 | 361 | 123 | 17 | 0 | 102 | 5 | 112 | 125 | 100 |
| Binary | 11001101 | 11110001 | 1010011 | 1111 | 0 | 1000010 | 101 | 1001010 | 1010101 | 1000000 |
Color Harmonies of #CDF153
Complementary color
Monochromatic Colors of #CDF153
Black with #CDF153
Text Example
Text Example
White with #CDF153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF153; }
p { color: rgb(205,241,83); }
H1.HeaderClassName
{
color: #CDF153;
}
.AnyTagClassName
{
color: #CDF153;
}
</style>
background-color css
<style>
a { background-color: #CDF153; }
a { background-color: rgb(205,241,83); }
div.DivClassName
{
background-color: #CDF153;
}
.BgClassName
{
background-color: #CDF153;
}
</style>
border-color css
<style>
span { border-color: #CDF153; }
span { border-color: rgb(205,241,83); }
td.TdClassName
{
border-color: #CDF153;
}
.TagClassName
{
border-color: #CDF153;
}
</style>