Shades of Mindaro #CFE465
Tints of Mindaro #CFE465
RGB
CMYK
RGB Variations
Color information
#CFE465 (or 0xCFE465) is known color: Mindaro. HEX triplet: CF, E4 and 65. RGB value is (207,228,101). Sum of RGB (Red+Green+Blue) = 207+228+101=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 228 (89.45% from 255 or 42.54% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE465 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE465 is #301B9A. Grayscale: #CFCFCF. Windows color (decimal): -3152795 or 6677711. OLE color: 6677711.
HSL color Cylindrical-coordinate representation of color #CFE465: hue angle of 69.92º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CFE465 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 228 | 101 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.11 |
| HSL | 69.92º | 0.7% | 0.65% | - |
| HSV(B) | 69.92º | 0.56% | 0.89% | - |
| XYZ | 55.82 | 69.69 | 22.82 | - |
| YUV | 207.24 | 68.04 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 228 | 101 | 0.09 | 0 | 0.56 | 0.11 | 69.92 | 0.7 | 0.65 |
| Hex | CF | E4 | 65 | 9 | 0 | 38 | B | 46 | 46 | 41 |
| Octal | 317 | 344 | 145 | 11 | 0 | 70 | 13 | 106 | 106 | 101 |
| Binary | 11001111 | 11100100 | 1100101 | 1001 | 0 | 111000 | 1011 | 1000110 | 1000110 | 1000001 |
Color Harmonies of #CFE465
Complementary color
Monochromatic Colors of #CFE465
Black with #CFE465
Text Example
Text Example
White with #CFE465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE465; }
p { color: rgb(207,228,101); }
H1.HeaderClassName
{
color: #CFE465;
}
.AnyTagClassName
{
color: #CFE465;
}
</style>
background-color css
<style>
a { background-color: #CFE465; }
a { background-color: rgb(207,228,101); }
div.DivClassName
{
background-color: #CFE465;
}
.BgClassName
{
background-color: #CFE465;
}
</style>
border-color css
<style>
span { border-color: #CFE465; }
span { border-color: rgb(207,228,101); }
td.TdClassName
{
border-color: #CFE465;
}
.TagClassName
{
border-color: #CFE465;
}
</style>