Shades of Mindaro #CDF25B
Tints of Mindaro #CDF25B
RGB
CMYK
RGB Variations
Color information
#CDF25B (or 0xCDF25B) is known color: Mindaro. HEX triplet: CD, F2 and 5B. RGB value is (205,242,91). Sum of RGB (Red+Green+Blue) = 205+242+91=538 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.10% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 91 (35.94% from 255 or 16.91% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF25B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF25B is #320DA4. Grayscale: #D6D6D6. Windows color (decimal): -3280293 or 6025933. OLE color: 6025933.
HSL color Cylindrical-coordinate representation of color #CDF25B: hue angle of 74.7º 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 #CDF25B is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 242 | 91 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.05 |
| HSL | 74.7º | 0.85% | 0.65% | - |
| HSV(B) | 74.7º | 0.62% | 0.95% | - |
| XYZ | 58.82 | 77.24 | 21.71 | - |
| YUV | 213.72 | 58.74 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 242 | 91 | 0.15 | 0 | 0.62 | 0.05 | 74.7 | 0.85 | 0.65 |
| Hex | CD | F2 | 5B | F | 0 | 3E | 5 | 4B | 55 | 41 |
| Octal | 315 | 362 | 133 | 17 | 0 | 76 | 5 | 113 | 125 | 101 |
| Binary | 11001101 | 11110010 | 1011011 | 1111 | 0 | 111110 | 101 | 1001011 | 1010101 | 1000001 |
Color Harmonies of #CDF25B
Complementary color
Monochromatic Colors of #CDF25B
Black with #CDF25B
Text Example
Text Example
White with #CDF25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF25B; }
p { color: rgb(205,242,91); }
H1.HeaderClassName
{
color: #CDF25B;
}
.AnyTagClassName
{
color: #CDF25B;
}
</style>
background-color css
<style>
a { background-color: #CDF25B; }
a { background-color: rgb(205,242,91); }
div.DivClassName
{
background-color: #CDF25B;
}
.BgClassName
{
background-color: #CDF25B;
}
</style>
border-color css
<style>
span { border-color: #CDF25B; }
span { border-color: rgb(205,242,91); }
td.TdClassName
{
border-color: #CDF25B;
}
.TagClassName
{
border-color: #CDF25B;
}
</style>