Shades of Mindaro #CFE278
Tints of Mindaro #CFE278
RGB
CMYK
RGB Variations
Color information
#CFE278 (or 0xCFE278) is known color: Mindaro. HEX triplet: CF, E2 and 78. RGB value is (207,226,120). Sum of RGB (Red+Green+Blue) = 207+226+120=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 226 (88.67% from 255 or 40.87% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 226 - color contains mainly: green. Hex color #CFE278 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE278 is #301D87. Grayscale: #D0D0D0. Windows color (decimal): -3153288 or 7922383. OLE color: 7922383.
HSL color Cylindrical-coordinate representation of color #CFE278: hue angle of 70.75º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFE278 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 226 | 120 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.11 |
| HSL | 70.75º | 0.65% | 0.68% | - |
| HSV(B) | 70.75º | 0.47% | 0.89% | - |
| XYZ | 56.32 | 69.01 | 28.12 | - |
| YUV | 208.24 | 78.21 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 226 | 120 | 0.08 | 0 | 0.47 | 0.11 | 70.75 | 0.65 | 0.68 |
| Hex | CF | E2 | 78 | 8 | 0 | 2F | B | 47 | 41 | 44 |
| Octal | 317 | 342 | 170 | 10 | 0 | 57 | 13 | 107 | 101 | 104 |
| Binary | 11001111 | 11100010 | 1111000 | 1000 | 0 | 101111 | 1011 | 1000111 | 1000001 | 1000100 |
Color Harmonies of #CFE278
Complementary color
Monochromatic Colors of #CFE278
Black with #CFE278
Text Example
Text Example
White with #CFE278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE278; }
p { color: rgb(207,226,120); }
H1.HeaderClassName
{
color: #CFE278;
}
.AnyTagClassName
{
color: #CFE278;
}
</style>
background-color css
<style>
a { background-color: #CFE278; }
a { background-color: rgb(207,226,120); }
div.DivClassName
{
background-color: #CFE278;
}
.BgClassName
{
background-color: #CFE278;
}
</style>
border-color css
<style>
span { border-color: #CFE278; }
span { border-color: rgb(207,226,120); }
td.TdClassName
{
border-color: #CFE278;
}
.TagClassName
{
border-color: #CFE278;
}
</style>