Shades of Mindaro #CFE370
Tints of Mindaro #CFE370
RGB
CMYK
RGB Variations
Color information
#CFE370 (or 0xCFE370) is known color: Mindaro. HEX triplet: CF, E3 and 70. RGB value is (207,227,112). Sum of RGB (Red+Green+Blue) = 207+227+112=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 227 (89.06% from 255 or 41.58% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE370 is #301C8F. Grayscale: #D0D0D0. Windows color (decimal): -3153040 or 7398351. OLE color: 7398351.
HSL color Cylindrical-coordinate representation of color #CFE370: hue angle of 70.43º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CFE370 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 112 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.11 |
| HSL | 70.43º | 0.67% | 0.66% | - |
| HSV(B) | 70.43º | 0.51% | 0.89% | - |
| XYZ | 56.13 | 69.37 | 25.76 | - |
| YUV | 207.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 112 | 0.09 | 0 | 0.51 | 0.11 | 70.43 | 0.67 | 0.66 |
| Hex | CF | E3 | 70 | 9 | 0 | 33 | B | 46 | 43 | 42 |
| Octal | 317 | 343 | 160 | 11 | 0 | 63 | 13 | 106 | 103 | 102 |
| Binary | 11001111 | 11100011 | 1110000 | 1001 | 0 | 110011 | 1011 | 1000110 | 1000011 | 1000010 |
Color Harmonies of #CFE370
Complementary color
Monochromatic Colors of #CFE370
Black with #CFE370
Text Example
Text Example
White with #CFE370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE370; }
p { color: rgb(207,227,112); }
H1.HeaderClassName
{
color: #CFE370;
}
.AnyTagClassName
{
color: #CFE370;
}
</style>
background-color css
<style>
a { background-color: #CFE370; }
a { background-color: rgb(207,227,112); }
div.DivClassName
{
background-color: #CFE370;
}
.BgClassName
{
background-color: #CFE370;
}
</style>
border-color css
<style>
span { border-color: #CFE370; }
span { border-color: rgb(207,227,112); }
td.TdClassName
{
border-color: #CFE370;
}
.TagClassName
{
border-color: #CFE370;
}
</style>