Shades of Mindaro #CFE76A
Tints of Mindaro #CFE76A
RGB
CMYK
RGB Variations
Color information
#CFE76A (or 0xCFE76A) is known color: Mindaro. HEX triplet: CF, E7 and 6A. RGB value is (207,231,106). Sum of RGB (Red+Green+Blue) = 207+231+106=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 106 (41.80% from 255 or 19.49% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE76A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE76A is #301895. Grayscale: #D2D2D2. Windows color (decimal): -3152022 or 7006159. OLE color: 7006159.
HSL color Cylindrical-coordinate representation of color #CFE76A: hue angle of 71.52º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CFE76A is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 106 | - |
| CMYK | 0.10 | 0 | 0.54 | 0.09 |
| HSL | 71.52º | 0.72% | 0.66% | - |
| HSV(B) | 71.52º | 0.54% | 0.91% | - |
| XYZ | 56.91 | 71.46 | 24.43 | - |
| YUV | 209.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 106 | 0.10 | 0 | 0.54 | 0.09 | 71.52 | 0.72 | 0.66 |
| Hex | CF | E7 | 6A | A | 0 | 36 | 9 | 48 | 48 | 42 |
| Octal | 317 | 347 | 152 | 12 | 0 | 66 | 11 | 110 | 110 | 102 |
| Binary | 11001111 | 11100111 | 1101010 | 1010 | 0 | 110110 | 1001 | 1001000 | 1001000 | 1000010 |
Color Harmonies of #CFE76A
Complementary color
Monochromatic Colors of #CFE76A
Black with #CFE76A
Text Example
Text Example
White with #CFE76A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE76A; }
p { color: rgb(207,231,106); }
H1.HeaderClassName
{
color: #CFE76A;
}
.AnyTagClassName
{
color: #CFE76A;
}
</style>
background-color css
<style>
a { background-color: #CFE76A; }
a { background-color: rgb(207,231,106); }
div.DivClassName
{
background-color: #CFE76A;
}
.BgClassName
{
background-color: #CFE76A;
}
</style>
border-color css
<style>
span { border-color: #CFE76A; }
span { border-color: rgb(207,231,106); }
td.TdClassName
{
border-color: #CFE76A;
}
.TagClassName
{
border-color: #CFE76A;
}
</style>