Shades of Apple #6FCF44
Tints of Apple #6FCF44
RGB
CMYK
RGB Variations
Color information
#6FCF44 (or 0x6FCF44) is known color: Apple. HEX triplet: 6F, CF and 44. RGB value is (111,207,68). Sum of RGB (Red+Green+Blue) = 111+207+68=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 207 (81.25% from 255 or 53.63% from 386); Blue value is 68 (26.95% from 255 or 17.62% from 386); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCF44 is #9030BB. Grayscale: #A2A2A2. Windows color (decimal): -9449660 or 4509551. OLE color: 4509551.
HSL color Cylindrical-coordinate representation of color #6FCF44: hue angle of 101.44º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6FCF44 is Cyan = 0.46, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 68 | - |
| CMYK | 0.46 | 0 | 0.67 | 0.19 |
| HSL | 101.44º | 0.59% | 0.54% | - |
| HSV(B) | 101.44º | 0.67% | 0.81% | - |
| XYZ | 29.91 | 48.42 | 13.24 | - |
| YUV | 162.45 | 74.7 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 68 | 0.46 | 0 | 0.67 | 0.19 | 101.44 | 0.59 | 0.54 |
| Hex | 6F | CF | 44 | 2E | 0 | 43 | 13 | 65 | 3B | 36 |
| Octal | 157 | 317 | 104 | 56 | 0 | 103 | 23 | 145 | 73 | 66 |
| Binary | 1101111 | 11001111 | 1000100 | 101110 | 0 | 1000011 | 10011 | 1100101 | 111011 | 110110 |
Color Harmonies of #6FCF44
Complementary color
Monochromatic Colors of #6FCF44
Black with #6FCF44
Text Example
Text Example
White with #6FCF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF44; }
p { color: rgb(111,207,68); }
H1.HeaderClassName
{
color: #6FCF44;
}
.AnyTagClassName
{
color: #6FCF44;
}
</style>
background-color css
<style>
a { background-color: #6FCF44; }
a { background-color: rgb(111,207,68); }
div.DivClassName
{
background-color: #6FCF44;
}
.BgClassName
{
background-color: #6FCF44;
}
</style>
border-color css
<style>
span { border-color: #6FCF44; }
span { border-color: rgb(111,207,68); }
td.TdClassName
{
border-color: #6FCF44;
}
.TagClassName
{
border-color: #6FCF44;
}
</style>