Shades of Apple #6FCF3F
Tints of Apple #6FCF3F
RGB
CMYK
RGB Variations
Color information
#6FCF3F (or 0x6FCF3F) is known color: Apple. HEX triplet: 6F, CF and 3F. RGB value is (111,207,63). Sum of RGB (Red+Green+Blue) = 111+207+63=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 207 (81.25% from 255 or 54.33% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCF3F is #9030C0. Grayscale: #A2A2A2. Windows color (decimal): -9449665 or 4181871. OLE color: 4181871.
HSL color Cylindrical-coordinate representation of color #6FCF3F: hue angle of 100º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6FCF3F is Cyan = 0.46, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 63 | - |
| CMYK | 0.46 | 0 | 0.70 | 0.19 |
| HSL | 100º | 0.6% | 0.53% | - |
| HSV(B) | 100º | 0.7% | 0.81% | - |
| XYZ | 29.77 | 48.36 | 12.47 | - |
| YUV | 161.88 | 72.2 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 63 | 0.46 | 0 | 0.70 | 0.19 | 100 | 0.6 | 0.53 |
| Hex | 6F | CF | 3F | 2E | 0 | 46 | 13 | 64 | 3C | 35 |
| Octal | 157 | 317 | 77 | 56 | 0 | 106 | 23 | 144 | 74 | 65 |
| Binary | 1101111 | 11001111 | 111111 | 101110 | 0 | 1000110 | 10011 | 1100100 | 111100 | 110101 |
Color Harmonies of #6FCF3F
Complementary color
Monochromatic Colors of #6FCF3F
Black with #6FCF3F
Text Example
Text Example
White with #6FCF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF3F; }
p { color: rgb(111,207,63); }
H1.HeaderClassName
{
color: #6FCF3F;
}
.AnyTagClassName
{
color: #6FCF3F;
}
</style>
background-color css
<style>
a { background-color: #6FCF3F; }
a { background-color: rgb(111,207,63); }
div.DivClassName
{
background-color: #6FCF3F;
}
.BgClassName
{
background-color: #6FCF3F;
}
</style>
border-color css
<style>
span { border-color: #6FCF3F; }
span { border-color: rgb(111,207,63); }
td.TdClassName
{
border-color: #6FCF3F;
}
.TagClassName
{
border-color: #6FCF3F;
}
</style>