Shades of Mindaro #CDF966
Tints of Mindaro #CDF966
RGB
CMYK
RGB Variations
Color information
#CDF966 (or 0xCDF966) is known color: Mindaro. HEX triplet: CD, F9 and 66. RGB value is (205,249,102). Sum of RGB (Red+Green+Blue) = 205+249+102=556 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.87% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 102 (40.23% from 255 or 18.35% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #CDF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CDF966 is #320699. Grayscale: #DBDBDB. Windows color (decimal): -3278490 or 6748621. OLE color: 6748621.
HSL color Cylindrical-coordinate representation of color #CDF966: hue angle of 77.96º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CDF966 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 249 | 102 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.02 |
| HSL | 77.96º | 0.92% | 0.69% | - |
| HSV(B) | 77.96º | 0.59% | 0.98% | - |
| XYZ | 61.45 | 81.69 | 25.1 | - |
| YUV | 219.09 | 61.92 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 249 | 102 | 0.18 | 0 | 0.59 | 0.02 | 77.96 | 0.92 | 0.69 |
| Hex | CD | F9 | 66 | 12 | 0 | 3B | 2 | 4E | 5C | 45 |
| Octal | 315 | 371 | 146 | 22 | 0 | 73 | 2 | 116 | 134 | 105 |
| Binary | 11001101 | 11111001 | 1100110 | 10010 | 0 | 111011 | 10 | 1001110 | 1011100 | 1000101 |
Color Harmonies of #CDF966
Complementary color
Monochromatic Colors of #CDF966
Black with #CDF966
Text Example
Text Example
White with #CDF966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDF966; }
p { color: rgb(205,249,102); }
H1.HeaderClassName
{
color: #CDF966;
}
.AnyTagClassName
{
color: #CDF966;
}
</style>
background-color css
<style>
a { background-color: #CDF966; }
a { background-color: rgb(205,249,102); }
div.DivClassName
{
background-color: #CDF966;
}
.BgClassName
{
background-color: #CDF966;
}
</style>
border-color css
<style>
span { border-color: #CDF966; }
span { border-color: rgb(205,249,102); }
td.TdClassName
{
border-color: #CDF966;
}
.TagClassName
{
border-color: #CDF966;
}
</style>