Shades of Mindaro #CFE76C
Tints of Mindaro #CFE76C
RGB
CMYK
RGB Variations
Color information
#CFE76C (or 0xCFE76C) is known color: Mindaro. HEX triplet: CF, E7 and 6C. RGB value is (207,231,108). Sum of RGB (Red+Green+Blue) = 207+231+108=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 231 (90.62% from 255 or 42.31% from 546); Blue value is 108 (42.58% from 255 or 19.78% from 546); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE76C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE76C is #301893. Grayscale: #D2D2D2. Windows color (decimal): -3152020 or 7137231. OLE color: 7137231.
HSL color Cylindrical-coordinate representation of color #CFE76C: hue angle of 71.71º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFE76C is Cyan = 0.10, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 108 | - |
| CMYK | 0.10 | 0 | 0.53 | 0.09 |
| HSL | 71.71º | 0.72% | 0.66% | - |
| HSV(B) | 71.71º | 0.53% | 0.91% | - |
| XYZ | 57.01 | 71.5 | 24.98 | - |
| YUV | 209.8 | 70.55 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 108 | 0.10 | 0 | 0.53 | 0.09 | 71.71 | 0.72 | 0.66 |
| Hex | CF | E7 | 6C | A | 0 | 35 | 9 | 48 | 48 | 42 |
| Octal | 317 | 347 | 154 | 12 | 0 | 65 | 11 | 110 | 110 | 102 |
| Binary | 11001111 | 11100111 | 1101100 | 1010 | 0 | 110101 | 1001 | 1001000 | 1001000 | 1000010 |
Color Harmonies of #CFE76C
Complementary color
Monochromatic Colors of #CFE76C
Black with #CFE76C
Text Example
Text Example
White with #CFE76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE76C; }
p { color: rgb(207,231,108); }
H1.HeaderClassName
{
color: #CFE76C;
}
.AnyTagClassName
{
color: #CFE76C;
}
</style>
background-color css
<style>
a { background-color: #CFE76C; }
a { background-color: rgb(207,231,108); }
div.DivClassName
{
background-color: #CFE76C;
}
.BgClassName
{
background-color: #CFE76C;
}
</style>
border-color css
<style>
span { border-color: #CFE76C; }
span { border-color: rgb(207,231,108); }
td.TdClassName
{
border-color: #CFE76C;
}
.TagClassName
{
border-color: #CFE76C;
}
</style>