Shades of Mindaro #CDF25F
Tints of Mindaro #CDF25F
RGB
CMYK
RGB Variations
Color information
#CDF25F (or 0xCDF25F) is known color: Mindaro. HEX triplet: CD, F2 and 5F. RGB value is (205,242,95). Sum of RGB (Red+Green+Blue) = 205+242+95=542 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.82% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 95 (37.5% from 255 or 17.53% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF25F is #320DA0. Grayscale: #D6D6D6. Windows color (decimal): -3280289 or 6288077. OLE color: 6288077.
HSL color Cylindrical-coordinate representation of color #CDF25F: hue angle of 75.1º degrees, saturation: 0.85, 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 #CDF25F is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 95 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.05 |
| HSL | 75.1º | 0.85% | 0.66% | - |
| HSV(B) | 75.1º | 0.61% | 0.95% | - |
| XYZ | 58.99 | 77.31 | 22.64 | - |
| YUV | 214.18 | 60.74 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 95 | 0.15 | 0 | 0.61 | 0.05 | 75.1 | 0.85 | 0.66 |
| Hex | CD | F2 | 5F | F | 0 | 3D | 5 | 4B | 55 | 42 |
| Octal | 315 | 362 | 137 | 17 | 0 | 75 | 5 | 113 | 125 | 102 |
| Binary | 11001101 | 11110010 | 1011111 | 1111 | 0 | 111101 | 101 | 1001011 | 1010101 | 1000010 |
Color Harmonies of #CDF25F
Complementary color
Monochromatic Colors of #CDF25F
Black with #CDF25F
Text Example
Text Example
White with #CDF25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF25F; }
p { color: rgb(205,242,95); }
H1.HeaderClassName
{
color: #CDF25F;
}
.AnyTagClassName
{
color: #CDF25F;
}
</style>
background-color css
<style>
a { background-color: #CDF25F; }
a { background-color: rgb(205,242,95); }
div.DivClassName
{
background-color: #CDF25F;
}
.BgClassName
{
background-color: #CDF25F;
}
</style>
border-color css
<style>
span { border-color: #CDF25F; }
span { border-color: rgb(205,242,95); }
td.TdClassName
{
border-color: #CDF25F;
}
.TagClassName
{
border-color: #CDF25F;
}
</style>