Shades of Mindaro #CFE66D
Tints of Mindaro #CFE66D
RGB
CMYK
RGB Variations
Color information
#CFE66D (or 0xCFE66D) is known color: Mindaro. HEX triplet: CF, E6 and 6D. RGB value is (207,230,109). Sum of RGB (Red+Green+Blue) = 207+230+109=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 230 (90.23% from 255 or 42.12% from 546); Blue value is 109 (42.97% from 255 or 19.96% from 546); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE66D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE66D is #301992. Grayscale: #D1D1D1. Windows color (decimal): -3152275 or 7202511. OLE color: 7202511.
HSL color Cylindrical-coordinate representation of color #CFE66D: hue angle of 71.4º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFE66D is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 109 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.10 |
| HSL | 71.4º | 0.71% | 0.66% | - |
| HSV(B) | 71.4º | 0.53% | 0.9% | - |
| XYZ | 56.79 | 70.96 | 25.17 | - |
| YUV | 209.33 | 71.38 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 109 | 0.10 | 0 | 0.53 | 0.10 | 71.4 | 0.71 | 0.66 |
| Hex | CF | E6 | 6D | A | 0 | 35 | A | 47 | 47 | 42 |
| Octal | 317 | 346 | 155 | 12 | 0 | 65 | 12 | 107 | 107 | 102 |
| Binary | 11001111 | 11100110 | 1101101 | 1010 | 0 | 110101 | 1010 | 1000111 | 1000111 | 1000010 |
Color Harmonies of #CFE66D
Complementary color
Monochromatic Colors of #CFE66D
Black with #CFE66D
Text Example
Text Example
White with #CFE66D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE66D; }
p { color: rgb(207,230,109); }
H1.HeaderClassName
{
color: #CFE66D;
}
.AnyTagClassName
{
color: #CFE66D;
}
</style>
background-color css
<style>
a { background-color: #CFE66D; }
a { background-color: rgb(207,230,109); }
div.DivClassName
{
background-color: #CFE66D;
}
.BgClassName
{
background-color: #CFE66D;
}
</style>
border-color css
<style>
span { border-color: #CFE66D; }
span { border-color: rgb(207,230,109); }
td.TdClassName
{
border-color: #CFE66D;
}
.TagClassName
{
border-color: #CFE66D;
}
</style>