Shades of Apple #6FDE30
Tints of Apple #6FDE30
RGB
CMYK
RGB Variations
Color information
#6FDE30 (or 0x6FDE30) is known color: Apple. HEX triplet: 6F, DE and 30. RGB value is (111,222,48). Sum of RGB (Red+Green+Blue) = 111+222+48=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 222 (87.11% from 255 or 58.27% from 381); Blue value is 48 (19.14% from 255 or 12.60% from 381); Max value from RGB is 222 - color contains mainly: green. Hex color #6FDE30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FDE30 is #9021CF. Grayscale: #A9A9A9. Windows color (decimal): -9445840 or 3202671. OLE color: 3202671.
HSL color Cylindrical-coordinate representation of color #6FDE30: hue angle of 98.28º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6FDE30 is Cyan = 0.5, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 222 | 48 | - |
| CMYK | 0.5 | 0 | 0.78 | 0.13 |
| HSL | 98.28º | 0.73% | 0.53% | - |
| HSV(B) | 98.28º | 0.78% | 0.87% | - |
| XYZ | 33.21 | 55.84 | 11.82 | - |
| YUV | 168.98 | 59.73 | 86.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 222 | 48 | 0.5 | 0 | 0.78 | 0.13 | 98.28 | 0.73 | 0.53 |
| Hex | 6F | DE | 30 | 32 | 0 | 4E | D | 62 | 48 | 35 |
| Octal | 157 | 336 | 60 | 62 | 0 | 116 | 15 | 142 | 110 | 65 |
| Binary | 1101111 | 11011110 | 110000 | 110010 | 0 | 1001110 | 1101 | 1100010 | 1001000 | 110101 |
Color Harmonies of #6FDE30
Complementary color
Monochromatic Colors of #6FDE30
Black with #6FDE30
Text Example
Text Example
White with #6FDE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FDE30; }
p { color: rgb(111,222,48); }
H1.HeaderClassName
{
color: #6FDE30;
}
.AnyTagClassName
{
color: #6FDE30;
}
</style>
background-color css
<style>
a { background-color: #6FDE30; }
a { background-color: rgb(111,222,48); }
div.DivClassName
{
background-color: #6FDE30;
}
.BgClassName
{
background-color: #6FDE30;
}
</style>
border-color css
<style>
span { border-color: #6FDE30; }
span { border-color: rgb(111,222,48); }
td.TdClassName
{
border-color: #6FDE30;
}
.TagClassName
{
border-color: #6FDE30;
}
</style>