Shades of Mindaro #CDF76B
Tints of Mindaro #CDF76B
RGB
CMYK
RGB Variations
Color information
#CDF76B (or 0xCDF76B) is known color: Mindaro. HEX triplet: CD, F7 and 6B. RGB value is (205,247,107). Sum of RGB (Red+Green+Blue) = 205+247+107=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 247 (96.88% from 255 or 44.19% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF76B is #320894. Grayscale: #DBDBDB. Windows color (decimal): -3278997 or 7075789. OLE color: 7075789.
HSL color Cylindrical-coordinate representation of color #CDF76B: hue angle of 78º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CDF76B is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 205 | 247 | 107 | - |
| CMYK | 0.17 | 0 | 0.57 | 0.03 |
| HSL | 78º | 0.9% | 0.69% | - |
| HSV(B) | 78º | 0.57% | 0.97% | - |
| XYZ | 61.09 | 80.56 | 26.24 | - |
| YUV | 218.48 | 65.09 | 118.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 247 | 107 | 0.17 | 0 | 0.57 | 0.03 | 78 | 0.9 | 0.69 |
| Hex | CD | F7 | 6B | 11 | 0 | 39 | 3 | 4E | 5A | 45 |
| Octal | 315 | 367 | 153 | 21 | 0 | 71 | 3 | 116 | 132 | 105 |
| Binary | 11001101 | 11110111 | 1101011 | 10001 | 0 | 111001 | 11 | 1001110 | 1011010 | 1000101 |
Color Harmonies of #CDF76B
Complementary color
Monochromatic Colors of #CDF76B
Black with #CDF76B
Text Example
Text Example
White with #CDF76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF76B; }
p { color: rgb(205,247,107); }
H1.HeaderClassName
{
color: #CDF76B;
}
.AnyTagClassName
{
color: #CDF76B;
}
</style>
background-color css
<style>
a { background-color: #CDF76B; }
a { background-color: rgb(205,247,107); }
div.DivClassName
{
background-color: #CDF76B;
}
.BgClassName
{
background-color: #CDF76B;
}
</style>
border-color css
<style>
span { border-color: #CDF76B; }
span { border-color: rgb(205,247,107); }
td.TdClassName
{
border-color: #CDF76B;
}
.TagClassName
{
border-color: #CDF76B;
}
</style>