Shades of Mindaro #CFE96E
Tints of Mindaro #CFE96E
RGB
CMYK
RGB Variations
Color information
#CFE96E (or 0xCFE96E) is known color: Mindaro. HEX triplet: CF, E9 and 6E. RGB value is (207,233,110). Sum of RGB (Red+Green+Blue) = 207+233+110=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 110 (43.36% from 255 or 20% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE96E is #301691. Grayscale: #D3D3D3. Windows color (decimal): -3151506 or 7268815. OLE color: 7268815.
HSL color Cylindrical-coordinate representation of color #CFE96E: hue angle of 72.68º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CFE96E is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 233 | 110 | - |
| CMYK | 0.11 | 0 | 0.53 | 0.09 |
| HSL | 72.68º | 0.74% | 0.67% | - |
| HSV(B) | 72.68º | 0.53% | 0.91% | - |
| XYZ | 57.69 | 72.67 | 25.74 | - |
| YUV | 211.2 | 70.89 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 233 | 110 | 0.11 | 0 | 0.53 | 0.09 | 72.68 | 0.74 | 0.67 |
| Hex | CF | E9 | 6E | B | 0 | 35 | 9 | 49 | 4A | 43 |
| Octal | 317 | 351 | 156 | 13 | 0 | 65 | 11 | 111 | 112 | 103 |
| Binary | 11001111 | 11101001 | 1101110 | 1011 | 0 | 110101 | 1001 | 1001001 | 1001010 | 1000011 |
Color Harmonies of #CFE96E
Complementary color
Monochromatic Colors of #CFE96E
Black with #CFE96E
Text Example
Text Example
White with #CFE96E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE96E; }
p { color: rgb(207,233,110); }
H1.HeaderClassName
{
color: #CFE96E;
}
.AnyTagClassName
{
color: #CFE96E;
}
</style>
background-color css
<style>
a { background-color: #CFE96E; }
a { background-color: rgb(207,233,110); }
div.DivClassName
{
background-color: #CFE96E;
}
.BgClassName
{
background-color: #CFE96E;
}
</style>
border-color css
<style>
span { border-color: #CFE96E; }
span { border-color: rgb(207,233,110); }
td.TdClassName
{
border-color: #CFE96E;
}
.TagClassName
{
border-color: #CFE96E;
}
</style>