Shades of Mindaro #CDF96C
Tints of Mindaro #CDF96C
RGB
CMYK
RGB Variations
Color information
#CDF96C (or 0xCDF96C) is known color: Mindaro. HEX triplet: CD, F9 and 6C. RGB value is (205,249,108). Sum of RGB (Red+Green+Blue) = 205+249+108=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF96C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF96C is #320693. Grayscale: #DCDCDC. Windows color (decimal): -3278484 or 7141837. OLE color: 7141837.
HSL color Cylindrical-coordinate representation of color #CDF96C: hue angle of 78.72º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDF96C is Cyan = 0.18, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 108 | - |
| CMYK | 0.18 | 0 | 0.57 | 0.02 |
| HSL | 78.72º | 0.92% | 0.7% | - |
| HSV(B) | 78.72º | 0.57% | 0.98% | - |
| XYZ | 61.76 | 81.81 | 26.72 | - |
| YUV | 219.77 | 64.92 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 108 | 0.18 | 0 | 0.57 | 0.02 | 78.72 | 0.92 | 0.7 |
| Hex | CD | F9 | 6C | 12 | 0 | 39 | 2 | 4F | 5C | 46 |
| Octal | 315 | 371 | 154 | 22 | 0 | 71 | 2 | 117 | 134 | 106 |
| Binary | 11001101 | 11111001 | 1101100 | 10010 | 0 | 111001 | 10 | 1001111 | 1011100 | 1000110 |
Color Harmonies of #CDF96C
Complementary color
Monochromatic Colors of #CDF96C
Black with #CDF96C
Text Example
Text Example
White with #CDF96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF96C; }
p { color: rgb(205,249,108); }
H1.HeaderClassName
{
color: #CDF96C;
}
.AnyTagClassName
{
color: #CDF96C;
}
</style>
background-color css
<style>
a { background-color: #CDF96C; }
a { background-color: rgb(205,249,108); }
div.DivClassName
{
background-color: #CDF96C;
}
.BgClassName
{
background-color: #CDF96C;
}
</style>
border-color css
<style>
span { border-color: #CDF96C; }
span { border-color: rgb(205,249,108); }
td.TdClassName
{
border-color: #CDF96C;
}
.TagClassName
{
border-color: #CDF96C;
}
</style>