Shades of Mindaro #CFE456
Tints of Mindaro #CFE456
RGB
CMYK
RGB Variations
Color information
#CFE456 (or 0xCFE456) is known color: Mindaro. HEX triplet: CF, E4 and 56. RGB value is (207,228,86). Sum of RGB (Red+Green+Blue) = 207+228+86=521 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.73% from 521); Green value is 228 (89.45% from 255 or 43.76% from 521); Blue value is 86 (33.98% from 255 or 16.51% from 521); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE456 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE456 is #301BA9. Grayscale: #CECECE. Windows color (decimal): -3152810 or 5694671. OLE color: 5694671.
HSL color Cylindrical-coordinate representation of color #CFE456: hue angle of 68.87º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CFE456 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 86 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.11 |
| HSL | 68.87º | 0.72% | 0.62% | - |
| HSV(B) | 68.87º | 0.62% | 0.89% | - |
| XYZ | 55.16 | 69.42 | 19.3 | - |
| YUV | 205.53 | 60.54 | 129.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 86 | 0.09 | 0 | 0.62 | 0.11 | 68.87 | 0.72 | 0.62 |
| Hex | CF | E4 | 56 | 9 | 0 | 3E | B | 45 | 48 | 3E |
| Octal | 317 | 344 | 126 | 11 | 0 | 76 | 13 | 105 | 110 | 76 |
| Binary | 11001111 | 11100100 | 1010110 | 1001 | 0 | 111110 | 1011 | 1000101 | 1001000 | 111110 |
Color Harmonies of #CFE456
Complementary color
Monochromatic Colors of #CFE456
Black with #CFE456
Text Example
Text Example
White with #CFE456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE456; }
p { color: rgb(207,228,86); }
H1.HeaderClassName
{
color: #CFE456;
}
.AnyTagClassName
{
color: #CFE456;
}
</style>
background-color css
<style>
a { background-color: #CFE456; }
a { background-color: rgb(207,228,86); }
div.DivClassName
{
background-color: #CFE456;
}
.BgClassName
{
background-color: #CFE456;
}
</style>
border-color css
<style>
span { border-color: #CFE456; }
span { border-color: rgb(207,228,86); }
td.TdClassName
{
border-color: #CFE456;
}
.TagClassName
{
border-color: #CFE456;
}
</style>