Shades of Mindaro #CFE674
Tints of Mindaro #CFE674
RGB
CMYK
RGB Variations
Color information
#CFE674 (or 0xCFE674) is known color: Mindaro. HEX triplet: CF, E6 and 74. RGB value is (207,230,116). Sum of RGB (Red+Green+Blue) = 207+230+116=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE674 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE674 is #30198B. Grayscale: #D2D2D2. Windows color (decimal): -3152268 or 7661263. OLE color: 7661263.
HSL color Cylindrical-coordinate representation of color #CFE674: hue angle of 72.11º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CFE674 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 116 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.10 |
| HSL | 72.11º | 0.7% | 0.68% | - |
| HSV(B) | 72.11º | 0.5% | 0.9% | - |
| XYZ | 57.18 | 71.12 | 27.24 | - |
| YUV | 210.13 | 74.88 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 116 | 0.10 | 0 | 0.50 | 0.10 | 72.11 | 0.7 | 0.68 |
| Hex | CF | E6 | 74 | A | 0 | 32 | A | 48 | 46 | 44 |
| Octal | 317 | 346 | 164 | 12 | 0 | 62 | 12 | 110 | 106 | 104 |
| Binary | 11001111 | 11100110 | 1110100 | 1010 | 0 | 110010 | 1010 | 1001000 | 1000110 | 1000100 |
Color Harmonies of #CFE674
Complementary color
Monochromatic Colors of #CFE674
Black with #CFE674
Text Example
Text Example
White with #CFE674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE674; }
p { color: rgb(207,230,116); }
H1.HeaderClassName
{
color: #CFE674;
}
.AnyTagClassName
{
color: #CFE674;
}
</style>
background-color css
<style>
a { background-color: #CFE674; }
a { background-color: rgb(207,230,116); }
div.DivClassName
{
background-color: #CFE674;
}
.BgClassName
{
background-color: #CFE674;
}
</style>
border-color css
<style>
span { border-color: #CFE674; }
span { border-color: rgb(207,230,116); }
td.TdClassName
{
border-color: #CFE674;
}
.TagClassName
{
border-color: #CFE674;
}
</style>