Shades of Mindaro #CFE76D
Tints of Mindaro #CFE76D
RGB
CMYK
RGB Variations
Color information
#CFE76D (or 0xCFE76D) is known color: Mindaro. HEX triplet: CF, E7 and 6D. RGB value is (207,231,109). Sum of RGB (Red+Green+Blue) = 207+231+109=547 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.84% from 547); Green value is 231 (90.62% from 255 or 42.23% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE76D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE76D is #301892. Grayscale: #D2D2D2. Windows color (decimal): -3152019 or 7202767. OLE color: 7202767.
HSL color Cylindrical-coordinate representation of color #CFE76D: hue angle of 71.8º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFE76D is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 109 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.09 |
| HSL | 71.8º | 0.72% | 0.67% | - |
| HSV(B) | 71.8º | 0.53% | 0.91% | - |
| XYZ | 57.07 | 71.52 | 25.27 | - |
| YUV | 209.92 | 71.05 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 109 | 0.10 | 0 | 0.53 | 0.09 | 71.8 | 0.72 | 0.67 |
| Hex | CF | E7 | 6D | A | 0 | 35 | 9 | 48 | 48 | 43 |
| Octal | 317 | 347 | 155 | 12 | 0 | 65 | 11 | 110 | 110 | 103 |
| Binary | 11001111 | 11100111 | 1101101 | 1010 | 0 | 110101 | 1001 | 1001000 | 1001000 | 1000011 |
Color Harmonies of #CFE76D
Complementary color
Monochromatic Colors of #CFE76D
Black with #CFE76D
Text Example
Text Example
White with #CFE76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE76D; }
p { color: rgb(207,231,109); }
H1.HeaderClassName
{
color: #CFE76D;
}
.AnyTagClassName
{
color: #CFE76D;
}
</style>
background-color css
<style>
a { background-color: #CFE76D; }
a { background-color: rgb(207,231,109); }
div.DivClassName
{
background-color: #CFE76D;
}
.BgClassName
{
background-color: #CFE76D;
}
</style>
border-color css
<style>
span { border-color: #CFE76D; }
span { border-color: rgb(207,231,109); }
td.TdClassName
{
border-color: #CFE76D;
}
.TagClassName
{
border-color: #CFE76D;
}
</style>