Shades of Mindaro #CFED70
Tints of Mindaro #CFED70
RGB
CMYK
RGB Variations
Color information
#CFED70 (or 0xCFED70) is known color: Mindaro. HEX triplet: CF, ED and 70. RGB value is (207,237,112). Sum of RGB (Red+Green+Blue) = 207+237+112=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 112 (44.14% from 255 or 20.14% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFED70 is #30128F. Grayscale: #D6D6D6. Windows color (decimal): -3150480 or 7400911. OLE color: 7400911.
HSL color Cylindrical-coordinate representation of color #CFED70: hue angle of 74.4º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFED70 is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 237 | 112 | - |
| CMYK | 0.13 | 0 | 0.53 | 0.07 |
| HSL | 74.4º | 0.78% | 0.68% | - |
| HSV(B) | 74.4º | 0.53% | 0.93% | - |
| XYZ | 58.94 | 75 | 26.7 | - |
| YUV | 213.78 | 70.56 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 237 | 112 | 0.13 | 0 | 0.53 | 0.07 | 74.4 | 0.78 | 0.68 |
| Hex | CF | ED | 70 | D | 0 | 35 | 7 | 4A | 4E | 44 |
| Octal | 317 | 355 | 160 | 15 | 0 | 65 | 7 | 112 | 116 | 104 |
| Binary | 11001111 | 11101101 | 1110000 | 1101 | 0 | 110101 | 111 | 1001010 | 1001110 | 1000100 |
Color Harmonies of #CFED70
Complementary color
Monochromatic Colors of #CFED70
Black with #CFED70
Text Example
Text Example
White with #CFED70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFED70; }
p { color: rgb(207,237,112); }
H1.HeaderClassName
{
color: #CFED70;
}
.AnyTagClassName
{
color: #CFED70;
}
</style>
background-color css
<style>
a { background-color: #CFED70; }
a { background-color: rgb(207,237,112); }
div.DivClassName
{
background-color: #CFED70;
}
.BgClassName
{
background-color: #CFED70;
}
</style>
border-color css
<style>
span { border-color: #CFED70; }
span { border-color: rgb(207,237,112); }
td.TdClassName
{
border-color: #CFED70;
}
.TagClassName
{
border-color: #CFED70;
}
</style>