Shades of Mindaro #CFE770
Tints of Mindaro #CFE770
RGB
CMYK
RGB Variations
Color information
#CFE770 (or 0xCFE770) is known color: Mindaro. HEX triplet: CF, E7 and 70. RGB value is (207,231,112). Sum of RGB (Red+Green+Blue) = 207+231+112=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 231 (90.62% from 255 or 42% from 550); Blue value is 112 (44.14% from 255 or 20.36% from 550); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE770 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE770 is #30188F. Grayscale: #D2D2D2. Windows color (decimal): -3152016 or 7399375. OLE color: 7399375.
HSL color Cylindrical-coordinate representation of color #CFE770: hue angle of 72.1º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CFE770 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 112 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.09 |
| HSL | 72.1º | 0.71% | 0.67% | - |
| HSV(B) | 72.1º | 0.52% | 0.91% | - |
| XYZ | 57.23 | 71.59 | 26.13 | - |
| YUV | 210.26 | 72.55 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 112 | 0.10 | 0 | 0.52 | 0.09 | 72.1 | 0.71 | 0.67 |
| Hex | CF | E7 | 70 | A | 0 | 34 | 9 | 48 | 47 | 43 |
| Octal | 317 | 347 | 160 | 12 | 0 | 64 | 11 | 110 | 107 | 103 |
| Binary | 11001111 | 11100111 | 1110000 | 1010 | 0 | 110100 | 1001 | 1001000 | 1000111 | 1000011 |
Color Harmonies of #CFE770
Complementary color
Monochromatic Colors of #CFE770
Black with #CFE770
Text Example
Text Example
White with #CFE770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE770; }
p { color: rgb(207,231,112); }
H1.HeaderClassName
{
color: #CFE770;
}
.AnyTagClassName
{
color: #CFE770;
}
</style>
background-color css
<style>
a { background-color: #CFE770; }
a { background-color: rgb(207,231,112); }
div.DivClassName
{
background-color: #CFE770;
}
.BgClassName
{
background-color: #CFE770;
}
</style>
border-color css
<style>
span { border-color: #CFE770; }
span { border-color: rgb(207,231,112); }
td.TdClassName
{
border-color: #CFE770;
}
.TagClassName
{
border-color: #CFE770;
}
</style>