Shades of Mindaro #CFE377
Tints of Mindaro #CFE377
RGB
CMYK
RGB Variations
Color information
#CFE377 (or 0xCFE377) is known color: Mindaro. HEX triplet: CF, E3 and 77. RGB value is (207,227,119). Sum of RGB (Red+Green+Blue) = 207+227+119=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 227 (89.06% from 255 or 41.05% from 553); Blue value is 119 (46.88% from 255 or 21.52% from 553); Max value from RGB is 227 - color contains mainly: green. Hex color #CFE377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFE377 is #301C88. Grayscale: #D1D1D1. Windows color (decimal): -3153033 or 7857103. OLE color: 7857103.
HSL color Cylindrical-coordinate representation of color #CFE377: hue angle of 71.11º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CFE377 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 207 | 227 | 119 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.11 |
| HSL | 71.11º | 0.66% | 0.68% | - |
| HSV(B) | 71.11º | 0.48% | 0.89% | - |
| XYZ | 56.53 | 69.54 | 27.89 | - |
| YUV | 208.71 | 77.37 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 227 | 119 | 0.09 | 0 | 0.48 | 0.11 | 71.11 | 0.66 | 0.68 |
| Hex | CF | E3 | 77 | 9 | 0 | 30 | B | 47 | 42 | 44 |
| Octal | 317 | 343 | 167 | 11 | 0 | 60 | 13 | 107 | 102 | 104 |
| Binary | 11001111 | 11100011 | 1110111 | 1001 | 0 | 110000 | 1011 | 1000111 | 1000010 | 1000100 |
Color Harmonies of #CFE377
Complementary color
Monochromatic Colors of #CFE377
Black with #CFE377
Text Example
Text Example
White with #CFE377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE377; }
p { color: rgb(207,227,119); }
H1.HeaderClassName
{
color: #CFE377;
}
.AnyTagClassName
{
color: #CFE377;
}
</style>
background-color css
<style>
a { background-color: #CFE377; }
a { background-color: rgb(207,227,119); }
div.DivClassName
{
background-color: #CFE377;
}
.BgClassName
{
background-color: #CFE377;
}
</style>
border-color css
<style>
span { border-color: #CFE377; }
span { border-color: rgb(207,227,119); }
td.TdClassName
{
border-color: #CFE377;
}
.TagClassName
{
border-color: #CFE377;
}
</style>