Shades of Mindaro #CFE27A
Tints of Mindaro #CFE27A
RGB
CMYK
RGB Variations
Color information
#CFE27A (or 0xCFE27A) is known color: Mindaro. HEX triplet: CF, E2 and 7A. RGB value is (207,226,122). Sum of RGB (Red+Green+Blue) = 207+226+122=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE27A is #301D85. Grayscale: #D0D0D0. Windows color (decimal): -3153286 or 8053455. OLE color: 8053455.
HSL color Cylindrical-coordinate representation of color #CFE27A: hue angle of 70.96º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFE27A is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 122 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.11 |
| HSL | 70.96º | 0.64% | 0.68% | - |
| HSV(B) | 70.96º | 0.46% | 0.89% | - |
| XYZ | 56.44 | 69.06 | 28.77 | - |
| YUV | 208.46 | 79.21 | 126.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 122 | 0.08 | 0 | 0.46 | 0.11 | 70.96 | 0.64 | 0.68 |
| Hex | CF | E2 | 7A | 8 | 0 | 2E | B | 47 | 40 | 44 |
| Octal | 317 | 342 | 172 | 10 | 0 | 56 | 13 | 107 | 100 | 104 |
| Binary | 11001111 | 11100010 | 1111010 | 1000 | 0 | 101110 | 1011 | 1000111 | 1000000 | 1000100 |
Color Harmonies of #CFE27A
Complementary color
Monochromatic Colors of #CFE27A
Black with #CFE27A
Text Example
Text Example
White with #CFE27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE27A; }
p { color: rgb(207,226,122); }
H1.HeaderClassName
{
color: #CFE27A;
}
.AnyTagClassName
{
color: #CFE27A;
}
</style>
background-color css
<style>
a { background-color: #CFE27A; }
a { background-color: rgb(207,226,122); }
div.DivClassName
{
background-color: #CFE27A;
}
.BgClassName
{
background-color: #CFE27A;
}
</style>
border-color css
<style>
span { border-color: #CFE27A; }
span { border-color: rgb(207,226,122); }
td.TdClassName
{
border-color: #CFE27A;
}
.TagClassName
{
border-color: #CFE27A;
}
</style>