Shades of Mindaro #CFF767
Tints of Mindaro #CFF767
RGB
CMYK
RGB Variations
Color information
#CFF767 (or 0xCFF767) is known color: Mindaro. HEX triplet: CF, F7 and 67. RGB value is (207,247,103). Sum of RGB (Red+Green+Blue) = 207+247+103=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 103 (40.62% from 255 or 18.49% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF767 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF767 is #300898. Grayscale: #DBDBDB. Windows color (decimal): -3147929 or 6813647. OLE color: 6813647.
HSL color Cylindrical-coordinate representation of color #CFF767: hue angle of 76.67º degrees, saturation: 0.9, 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 #CFF767 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 247 | 103 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.03 |
| HSL | 76.67º | 0.9% | 0.69% | - |
| HSV(B) | 76.67º | 0.58% | 0.97% | - |
| XYZ | 61.44 | 80.77 | 25.18 | - |
| YUV | 218.62 | 62.75 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 103 | 0.16 | 0 | 0.58 | 0.03 | 76.67 | 0.9 | 0.69 |
| Hex | CF | F7 | 67 | 10 | 0 | 3A | 3 | 4D | 5A | 45 |
| Octal | 317 | 367 | 147 | 20 | 0 | 72 | 3 | 115 | 132 | 105 |
| Binary | 11001111 | 11110111 | 1100111 | 10000 | 0 | 111010 | 11 | 1001101 | 1011010 | 1000101 |
Color Harmonies of #CFF767
Complementary color
Monochromatic Colors of #CFF767
Black with #CFF767
Text Example
Text Example
White with #CFF767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF767; }
p { color: rgb(207,247,103); }
H1.HeaderClassName
{
color: #CFF767;
}
.AnyTagClassName
{
color: #CFF767;
}
</style>
background-color css
<style>
a { background-color: #CFF767; }
a { background-color: rgb(207,247,103); }
div.DivClassName
{
background-color: #CFF767;
}
.BgClassName
{
background-color: #CFF767;
}
</style>
border-color css
<style>
span { border-color: #CFF767; }
span { border-color: rgb(207,247,103); }
td.TdClassName
{
border-color: #CFF767;
}
.TagClassName
{
border-color: #CFF767;
}
</style>