Shades of Mindaro #CFE07C
Tints of Mindaro #CFE07C
RGB
CMYK
RGB Variations
Color information
#CFE07C (or 0xCFE07C) is known color: Mindaro. HEX triplet: CF, E0 and 7C. RGB value is (207,224,124). Sum of RGB (Red+Green+Blue) = 207+224+124=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 224 - color contains mainly: green. Hex color #CFE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE07C is #301F83. Grayscale: #CFCFCF. Windows color (decimal): -3153796 or 8184015. OLE color: 8184015.
HSL color Cylindrical-coordinate representation of color #CFE07C: hue angle of 70.2º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFE07C is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 224 | 124 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.12 |
| HSL | 70.2º | 0.62% | 0.68% | - |
| HSV(B) | 70.2º | 0.45% | 0.88% | - |
| XYZ | 56.03 | 68.03 | 29.25 | - |
| YUV | 207.52 | 80.87 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 224 | 124 | 0.08 | 0 | 0.45 | 0.12 | 70.2 | 0.62 | 0.68 |
| Hex | CF | E0 | 7C | 8 | 0 | 2D | C | 46 | 3E | 44 |
| Octal | 317 | 340 | 174 | 10 | 0 | 55 | 14 | 106 | 76 | 104 |
| Binary | 11001111 | 11100000 | 1111100 | 1000 | 0 | 101101 | 1100 | 1000110 | 111110 | 1000100 |
Color Harmonies of #CFE07C
Complementary color
Monochromatic Colors of #CFE07C
Black with #CFE07C
Text Example
Text Example
White with #CFE07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE07C; }
p { color: rgb(207,224,124); }
H1.HeaderClassName
{
color: #CFE07C;
}
.AnyTagClassName
{
color: #CFE07C;
}
</style>
background-color css
<style>
a { background-color: #CFE07C; }
a { background-color: rgb(207,224,124); }
div.DivClassName
{
background-color: #CFE07C;
}
.BgClassName
{
background-color: #CFE07C;
}
</style>
border-color css
<style>
span { border-color: #CFE07C; }
span { border-color: rgb(207,224,124); }
td.TdClassName
{
border-color: #CFE07C;
}
.TagClassName
{
border-color: #CFE07C;
}
</style>