Shades of Mindaro #CDF25C
Tints of Mindaro #CDF25C
RGB
CMYK
RGB Variations
Color information
#CDF25C (or 0xCDF25C) is known color: Mindaro. HEX triplet: CD, F2 and 5C. RGB value is (205,242,92). Sum of RGB (Red+Green+Blue) = 205+242+92=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 92 (36.33% from 255 or 17.07% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF25C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF25C is #320DA3. Grayscale: #D6D6D6. Windows color (decimal): -3280292 or 6091469. OLE color: 6091469.
HSL color Cylindrical-coordinate representation of color #CDF25C: hue angle of 74.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CDF25C is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 92 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.05 |
| HSL | 74.8º | 0.85% | 0.65% | - |
| HSV(B) | 74.8º | 0.62% | 0.95% | - |
| XYZ | 58.86 | 77.26 | 21.93 | - |
| YUV | 213.84 | 59.24 | 121.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 92 | 0.15 | 0 | 0.62 | 0.05 | 74.8 | 0.85 | 0.65 |
| Hex | CD | F2 | 5C | F | 0 | 3E | 5 | 4B | 55 | 41 |
| Octal | 315 | 362 | 134 | 17 | 0 | 76 | 5 | 113 | 125 | 101 |
| Binary | 11001101 | 11110010 | 1011100 | 1111 | 0 | 111110 | 101 | 1001011 | 1010101 | 1000001 |
Color Harmonies of #CDF25C
Complementary color
Monochromatic Colors of #CDF25C
Black with #CDF25C
Text Example
Text Example
White with #CDF25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF25C; }
p { color: rgb(205,242,92); }
H1.HeaderClassName
{
color: #CDF25C;
}
.AnyTagClassName
{
color: #CDF25C;
}
</style>
background-color css
<style>
a { background-color: #CDF25C; }
a { background-color: rgb(205,242,92); }
div.DivClassName
{
background-color: #CDF25C;
}
.BgClassName
{
background-color: #CDF25C;
}
</style>
border-color css
<style>
span { border-color: #CDF25C; }
span { border-color: rgb(205,242,92); }
td.TdClassName
{
border-color: #CDF25C;
}
.TagClassName
{
border-color: #CDF25C;
}
</style>