Shades of Mindaro #CFE077
Tints of Mindaro #CFE077
RGB
CMYK
RGB Variations
Color information
#CFE077 (or 0xCFE077) is known color: Mindaro. HEX triplet: CF, E0 and 77. RGB value is (207,224,119). Sum of RGB (Red+Green+Blue) = 207+224+119=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 119 (46.88% from 255 or 21.64% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE077 is #301F88. Grayscale: #CFCFCF. Windows color (decimal): -3153801 or 7856335. OLE color: 7856335.
HSL color Cylindrical-coordinate representation of color #CFE077: hue angle of 69.71º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CFE077 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 119 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.12 |
| HSL | 69.71º | 0.63% | 0.67% | - |
| HSV(B) | 69.71º | 0.47% | 0.88% | - |
| XYZ | 55.72 | 67.91 | 27.62 | - |
| YUV | 206.95 | 78.37 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 119 | 0.08 | 0 | 0.47 | 0.12 | 69.71 | 0.63 | 0.67 |
| Hex | CF | E0 | 77 | 8 | 0 | 2F | C | 46 | 3F | 43 |
| Octal | 317 | 340 | 167 | 10 | 0 | 57 | 14 | 106 | 77 | 103 |
| Binary | 11001111 | 11100000 | 1110111 | 1000 | 0 | 101111 | 1100 | 1000110 | 111111 | 1000011 |
Color Harmonies of #CFE077
Complementary color
Monochromatic Colors of #CFE077
Black with #CFE077
Text Example
Text Example
White with #CFE077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE077; }
p { color: rgb(207,224,119); }
H1.HeaderClassName
{
color: #CFE077;
}
.AnyTagClassName
{
color: #CFE077;
}
</style>
background-color css
<style>
a { background-color: #CFE077; }
a { background-color: rgb(207,224,119); }
div.DivClassName
{
background-color: #CFE077;
}
.BgClassName
{
background-color: #CFE077;
}
</style>
border-color css
<style>
span { border-color: #CFE077; }
span { border-color: rgb(207,224,119); }
td.TdClassName
{
border-color: #CFE077;
}
.TagClassName
{
border-color: #CFE077;
}
</style>