Shades of Mindaro #CFF067
Tints of Mindaro #CFF067
RGB
CMYK
RGB Variations
Color information
#CFF067 (or 0xCFF067) is known color: Mindaro. HEX triplet: CF, F0 and 67. RGB value is (207,240,103). Sum of RGB (Red+Green+Blue) = 207+240+103=550 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.64% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 103 (40.62% from 255 or 18.73% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF067 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CFF067 is #300F98. Grayscale: #D7D7D7. Windows color (decimal): -3149721 or 6811855. OLE color: 6811855.
HSL color Cylindrical-coordinate representation of color #CFF067: hue angle of 74.45º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFF067 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 240 | 103 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.06 |
| HSL | 74.45º | 0.82% | 0.67% | - |
| HSV(B) | 74.45º | 0.57% | 0.94% | - |
| XYZ | 59.34 | 76.56 | 24.48 | - |
| YUV | 214.52 | 65.07 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 240 | 103 | 0.14 | 0 | 0.57 | 0.06 | 74.45 | 0.82 | 0.67 |
| Hex | CF | F0 | 67 | E | 0 | 39 | 6 | 4A | 52 | 43 |
| Octal | 317 | 360 | 147 | 16 | 0 | 71 | 6 | 112 | 122 | 103 |
| Binary | 11001111 | 11110000 | 1100111 | 1110 | 0 | 111001 | 110 | 1001010 | 1010010 | 1000011 |
Color Harmonies of #CFF067
Complementary color
Monochromatic Colors of #CFF067
Black with #CFF067
Text Example
Text Example
White with #CFF067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF067; }
p { color: rgb(207,240,103); }
H1.HeaderClassName
{
color: #CFF067;
}
.AnyTagClassName
{
color: #CFF067;
}
</style>
background-color css
<style>
a { background-color: #CFF067; }
a { background-color: rgb(207,240,103); }
div.DivClassName
{
background-color: #CFF067;
}
.BgClassName
{
background-color: #CFF067;
}
</style>
border-color css
<style>
span { border-color: #CFF067; }
span { border-color: rgb(207,240,103); }
td.TdClassName
{
border-color: #CFF067;
}
.TagClassName
{
border-color: #CFF067;
}
</style>