Shades of Apple #6FD038
Tints of Apple #6FD038
RGB
CMYK
RGB Variations
Color information
#6FD038 (or 0x6FD038) is known color: Apple. HEX triplet: 6F, D0 and 38. RGB value is (111,208,56). Sum of RGB (Red+Green+Blue) = 111+208+56=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #6FD038 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD038 is #902FC7. Grayscale: #A2A2A2. Windows color (decimal): -9449416 or 3723375. OLE color: 3723375.
HSL color Cylindrical-coordinate representation of color #6FD038: hue angle of 98.29º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6FD038 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 208 | 56 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.18 |
| HSL | 98.29º | 0.62% | 0.52% | - |
| HSV(B) | 98.29º | 0.73% | 0.82% | - |
| XYZ | 29.83 | 48.78 | 11.58 | - |
| YUV | 161.67 | 68.36 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 208 | 56 | 0.47 | 0 | 0.73 | 0.18 | 98.29 | 0.62 | 0.52 |
| Hex | 6F | D0 | 38 | 2F | 0 | 49 | 12 | 62 | 3E | 34 |
| Octal | 157 | 320 | 70 | 57 | 0 | 111 | 22 | 142 | 76 | 64 |
| Binary | 1101111 | 11010000 | 111000 | 101111 | 0 | 1001001 | 10010 | 1100010 | 111110 | 110100 |
Color Harmonies of #6FD038
Complementary color
Monochromatic Colors of #6FD038
Black with #6FD038
Text Example
Text Example
White with #6FD038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD038; }
p { color: rgb(111,208,56); }
H1.HeaderClassName
{
color: #6FD038;
}
.AnyTagClassName
{
color: #6FD038;
}
</style>
background-color css
<style>
a { background-color: #6FD038; }
a { background-color: rgb(111,208,56); }
div.DivClassName
{
background-color: #6FD038;
}
.BgClassName
{
background-color: #6FD038;
}
</style>
border-color css
<style>
span { border-color: #6FD038; }
span { border-color: rgb(111,208,56); }
td.TdClassName
{
border-color: #6FD038;
}
.TagClassName
{
border-color: #6FD038;
}
</style>