Shades of Mindaro #CFE868
Tints of Mindaro #CFE868
RGB
CMYK
RGB Variations
Color information
#CFE868 (or 0xCFE868) is known color: Mindaro. HEX triplet: CF, E8 and 68. RGB value is (207,232,104). Sum of RGB (Red+Green+Blue) = 207+232+104=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 232 (91.02% from 255 or 42.73% from 543); Blue value is 104 (41.02% from 255 or 19.15% from 543); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFE868 is #301797. Grayscale: #D2D2D2. Windows color (decimal): -3151768 or 6875343. OLE color: 6875343.
HSL color Cylindrical-coordinate representation of color #CFE868: hue angle of 71.72º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CFE868 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 232 | 104 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.09 |
| HSL | 71.72º | 0.74% | 0.66% | - |
| HSV(B) | 71.72º | 0.55% | 0.91% | - |
| XYZ | 57.09 | 71.98 | 23.98 | - |
| YUV | 209.93 | 68.22 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 232 | 104 | 0.11 | 0 | 0.55 | 0.09 | 71.72 | 0.74 | 0.66 |
| Hex | CF | E8 | 68 | B | 0 | 37 | 9 | 48 | 4A | 42 |
| Octal | 317 | 350 | 150 | 13 | 0 | 67 | 11 | 110 | 112 | 102 |
| Binary | 11001111 | 11101000 | 1101000 | 1011 | 0 | 110111 | 1001 | 1001000 | 1001010 | 1000010 |
Color Harmonies of #CFE868
Complementary color
Monochromatic Colors of #CFE868
Black with #CFE868
Text Example
Text Example
White with #CFE868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFE868; }
p { color: rgb(207,232,104); }
H1.HeaderClassName
{
color: #CFE868;
}
.AnyTagClassName
{
color: #CFE868;
}
</style>
background-color css
<style>
a { background-color: #CFE868; }
a { background-color: rgb(207,232,104); }
div.DivClassName
{
background-color: #CFE868;
}
.BgClassName
{
background-color: #CFE868;
}
</style>
border-color css
<style>
span { border-color: #CFE868; }
span { border-color: rgb(207,232,104); }
td.TdClassName
{
border-color: #CFE868;
}
.TagClassName
{
border-color: #CFE868;
}
</style>