Shades of Mindaro #CFE668
Tints of Mindaro #CFE668
RGB
CMYK
RGB Variations
Color information
#CFE668 (or 0xCFE668) is known color: Mindaro. HEX triplet: CF, E6 and 68. RGB value is (207,230,104). Sum of RGB (Red+Green+Blue) = 207+230+104=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 230 (90.23% from 255 or 42.51% from 541); Blue value is 104 (41.02% from 255 or 19.22% from 541); Max value from RGB is 230 - color contains mainly: green. Hex color #CFE668 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE668 is #301997. Grayscale: #D1D1D1. Windows color (decimal): -3152280 or 6874831. OLE color: 6874831.
HSL color Cylindrical-coordinate representation of color #CFE668: hue angle of 70.95º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFE668 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 230 | 104 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.10 |
| HSL | 70.95º | 0.72% | 0.65% | - |
| HSV(B) | 70.95º | 0.55% | 0.9% | - |
| XYZ | 56.53 | 70.86 | 23.79 | - |
| YUV | 208.76 | 68.88 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 230 | 104 | 0.10 | 0 | 0.55 | 0.10 | 70.95 | 0.72 | 0.65 |
| Hex | CF | E6 | 68 | A | 0 | 37 | A | 47 | 48 | 41 |
| Octal | 317 | 346 | 150 | 12 | 0 | 67 | 12 | 107 | 110 | 101 |
| Binary | 11001111 | 11100110 | 1101000 | 1010 | 0 | 110111 | 1010 | 1000111 | 1001000 | 1000001 |
Color Harmonies of #CFE668
Complementary color
Monochromatic Colors of #CFE668
Black with #CFE668
Text Example
Text Example
White with #CFE668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE668; }
p { color: rgb(207,230,104); }
H1.HeaderClassName
{
color: #CFE668;
}
.AnyTagClassName
{
color: #CFE668;
}
</style>
background-color css
<style>
a { background-color: #CFE668; }
a { background-color: rgb(207,230,104); }
div.DivClassName
{
background-color: #CFE668;
}
.BgClassName
{
background-color: #CFE668;
}
</style>
border-color css
<style>
span { border-color: #CFE668; }
span { border-color: rgb(207,230,104); }
td.TdClassName
{
border-color: #CFE668;
}
.TagClassName
{
border-color: #CFE668;
}
</style>