Shades of Mindaro #CFF867
Tints of Mindaro #CFF867
RGB
CMYK
RGB Variations
Color information
#CFF867 (or 0xCFF867) is known color: Mindaro. HEX triplet: CF, F8 and 67. RGB value is (207,248,103). Sum of RGB (Red+Green+Blue) = 207+248+103=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 248 (97.27% from 255 or 44.44% from 558); Blue value is 103 (40.62% from 255 or 18.46% from 558); Max value from RGB is 248 - color contains mainly: green. Hex color #CFF867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF867 is #300798. Grayscale: #DBDBDB. Windows color (decimal): -3147673 or 6813903. OLE color: 6813903.
HSL color Cylindrical-coordinate representation of color #CFF867: hue angle of 76.97º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CFF867 is Cyan = 0.17, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 248 | 103 | - |
| CMYK | 0.17 | 0 | 0.58 | 0.03 |
| HSL | 76.97º | 0.91% | 0.69% | - |
| HSV(B) | 76.97º | 0.58% | 0.97% | - |
| XYZ | 61.75 | 81.38 | 25.29 | - |
| YUV | 219.21 | 62.42 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 103 | 0.17 | 0 | 0.58 | 0.03 | 76.97 | 0.91 | 0.69 |
| Hex | CF | F8 | 67 | 11 | 0 | 3A | 3 | 4D | 5B | 45 |
| Octal | 317 | 370 | 147 | 21 | 0 | 72 | 3 | 115 | 133 | 105 |
| Binary | 11001111 | 11111000 | 1100111 | 10001 | 0 | 111010 | 11 | 1001101 | 1011011 | 1000101 |
Color Harmonies of #CFF867
Complementary color
Monochromatic Colors of #CFF867
Black with #CFF867
Text Example
Text Example
White with #CFF867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF867; }
p { color: rgb(207,248,103); }
H1.HeaderClassName
{
color: #CFF867;
}
.AnyTagClassName
{
color: #CFF867;
}
</style>
background-color css
<style>
a { background-color: #CFF867; }
a { background-color: rgb(207,248,103); }
div.DivClassName
{
background-color: #CFF867;
}
.BgClassName
{
background-color: #CFF867;
}
</style>
border-color css
<style>
span { border-color: #CFF867; }
span { border-color: rgb(207,248,103); }
td.TdClassName
{
border-color: #CFF867;
}
.TagClassName
{
border-color: #CFF867;
}
</style>