Shades of Mindaro #CFE775
Tints of Mindaro #CFE775
RGB
CMYK
RGB Variations
Color information
#CFE775 (or 0xCFE775) is known color: Mindaro. HEX triplet: CF, E7 and 75. RGB value is (207,231,117). Sum of RGB (Red+Green+Blue) = 207+231+117=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 117 (46.09% from 255 or 21.08% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE775 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE775 is #30188A. Grayscale: #D3D3D3. Windows color (decimal): -3152011 or 7727055. OLE color: 7727055.
HSL color Cylindrical-coordinate representation of color #CFE775: hue angle of 72.63º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CFE775 is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 231 | 117 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.09 |
| HSL | 72.63º | 0.7% | 0.68% | - |
| HSV(B) | 72.63º | 0.49% | 0.91% | - |
| XYZ | 57.52 | 71.7 | 27.64 | - |
| YUV | 210.83 | 75.05 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 231 | 117 | 0.10 | 0 | 0.49 | 0.09 | 72.63 | 0.7 | 0.68 |
| Hex | CF | E7 | 75 | A | 0 | 31 | 9 | 49 | 46 | 44 |
| Octal | 317 | 347 | 165 | 12 | 0 | 61 | 11 | 111 | 106 | 104 |
| Binary | 11001111 | 11100111 | 1110101 | 1010 | 0 | 110001 | 1001 | 1001001 | 1000110 | 1000100 |
Color Harmonies of #CFE775
Complementary color
Monochromatic Colors of #CFE775
Black with #CFE775
Text Example
Text Example
White with #CFE775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE775; }
p { color: rgb(207,231,117); }
H1.HeaderClassName
{
color: #CFE775;
}
.AnyTagClassName
{
color: #CFE775;
}
</style>
background-color css
<style>
a { background-color: #CFE775; }
a { background-color: rgb(207,231,117); }
div.DivClassName
{
background-color: #CFE775;
}
.BgClassName
{
background-color: #CFE775;
}
</style>
border-color css
<style>
span { border-color: #CFE775; }
span { border-color: rgb(207,231,117); }
td.TdClassName
{
border-color: #CFE775;
}
.TagClassName
{
border-color: #CFE775;
}
</style>