Shades of Mindaro #CFE375
Tints of Mindaro #CFE375
RGB
CMYK
RGB Variations
Color information
#CFE375 (or 0xCFE375) is known color: Mindaro. HEX triplet: CF, E3 and 75. RGB value is (207,227,117). Sum of RGB (Red+Green+Blue) = 207+227+117=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 117 (46.09% from 255 or 21.23% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE375 is #301C8A. Grayscale: #D0D0D0. Windows color (decimal): -3153035 or 7726031. OLE color: 7726031.
HSL color Cylindrical-coordinate representation of color #CFE375: hue angle of 70.91º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFE375 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 117 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.11 |
| HSL | 70.91º | 0.66% | 0.67% | - |
| HSV(B) | 70.91º | 0.48% | 0.89% | - |
| XYZ | 56.41 | 69.49 | 27.27 | - |
| YUV | 208.48 | 76.37 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 117 | 0.09 | 0 | 0.48 | 0.11 | 70.91 | 0.66 | 0.67 |
| Hex | CF | E3 | 75 | 9 | 0 | 30 | B | 47 | 42 | 43 |
| Octal | 317 | 343 | 165 | 11 | 0 | 60 | 13 | 107 | 102 | 103 |
| Binary | 11001111 | 11100011 | 1110101 | 1001 | 0 | 110000 | 1011 | 1000111 | 1000010 | 1000011 |
Color Harmonies of #CFE375
Complementary color
Monochromatic Colors of #CFE375
Black with #CFE375
Text Example
Text Example
White with #CFE375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE375; }
p { color: rgb(207,227,117); }
H1.HeaderClassName
{
color: #CFE375;
}
.AnyTagClassName
{
color: #CFE375;
}
</style>
background-color css
<style>
a { background-color: #CFE375; }
a { background-color: rgb(207,227,117); }
div.DivClassName
{
background-color: #CFE375;
}
.BgClassName
{
background-color: #CFE375;
}
</style>
border-color css
<style>
span { border-color: #CFE375; }
span { border-color: rgb(207,227,117); }
td.TdClassName
{
border-color: #CFE375;
}
.TagClassName
{
border-color: #CFE375;
}
</style>