Shades of Mindaro #CDF15F
Tints of Mindaro #CDF15F
RGB
CMYK
RGB Variations
Color information
#CDF15F (or 0xCDF15F) is known color: Mindaro. HEX triplet: CD, F1 and 5F. RGB value is (205,241,95). Sum of RGB (Red+Green+Blue) = 205+241+95=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 95 (37.5% from 255 or 17.56% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #CDF15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF15F is #320EA0. Grayscale: #D6D6D6. Windows color (decimal): -3280545 or 6287821. OLE color: 6287821.
HSL color Cylindrical-coordinate representation of color #CDF15F: hue angle of 74.79º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CDF15F is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 241 | 95 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.05 |
| HSL | 74.79º | 0.84% | 0.66% | - |
| HSV(B) | 74.79º | 0.61% | 0.95% | - |
| XYZ | 58.7 | 76.72 | 22.54 | - |
| YUV | 213.59 | 61.07 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 241 | 95 | 0.15 | 0 | 0.61 | 0.05 | 74.79 | 0.84 | 0.66 |
| Hex | CD | F1 | 5F | F | 0 | 3D | 5 | 4B | 54 | 42 |
| Octal | 315 | 361 | 137 | 17 | 0 | 75 | 5 | 113 | 124 | 102 |
| Binary | 11001101 | 11110001 | 1011111 | 1111 | 0 | 111101 | 101 | 1001011 | 1010100 | 1000010 |
Color Harmonies of #CDF15F
Complementary color
Monochromatic Colors of #CDF15F
Black with #CDF15F
Text Example
Text Example
White with #CDF15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF15F; }
p { color: rgb(205,241,95); }
H1.HeaderClassName
{
color: #CDF15F;
}
.AnyTagClassName
{
color: #CDF15F;
}
</style>
background-color css
<style>
a { background-color: #CDF15F; }
a { background-color: rgb(205,241,95); }
div.DivClassName
{
background-color: #CDF15F;
}
.BgClassName
{
background-color: #CDF15F;
}
</style>
border-color css
<style>
span { border-color: #CDF15F; }
span { border-color: rgb(205,241,95); }
td.TdClassName
{
border-color: #CDF15F;
}
.TagClassName
{
border-color: #CDF15F;
}
</style>