Shades of Apple #6FE330
Tints of Apple #6FE330
RGB
CMYK
RGB Variations
Color information
#6FE330 (or 0x6FE330) is known color: Apple. HEX triplet: 6F, E3 and 30. RGB value is (111,227,48). Sum of RGB (Red+Green+Blue) = 111+227+48=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 227 (89.06% from 255 or 58.81% from 386); Blue value is 48 (19.14% from 255 or 12.44% from 386); Max value from RGB is 227 - color contains mainly: green. Hex color #6FE330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FE330 is #901CCF. Grayscale: #ACACAC. Windows color (decimal): -9444560 or 3203951. OLE color: 3203951.
HSL color Cylindrical-coordinate representation of color #6FE330: hue angle of 98.88º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6FE330 is Cyan = 0.51, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 111 | 227 | 48 | - |
| CMYK | 0.51 | 0 | 0.79 | 0.11 |
| HSL | 98.88º | 0.76% | 0.54% | - |
| HSV(B) | 98.88º | 0.79% | 0.89% | - |
| XYZ | 34.56 | 58.53 | 12.27 | - |
| YUV | 171.91 | 58.07 | 84.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 227 | 48 | 0.51 | 0 | 0.79 | 0.11 | 98.88 | 0.76 | 0.54 |
| Hex | 6F | E3 | 30 | 33 | 0 | 4F | B | 63 | 4C | 36 |
| Octal | 157 | 343 | 60 | 63 | 0 | 117 | 13 | 143 | 114 | 66 |
| Binary | 1101111 | 11100011 | 110000 | 110011 | 0 | 1001111 | 1011 | 1100011 | 1001100 | 110110 |
Color Harmonies of #6FE330
Complementary color
Monochromatic Colors of #6FE330
Black with #6FE330
Text Example
Text Example
White with #6FE330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FE330; }
p { color: rgb(111,227,48); }
H1.HeaderClassName
{
color: #6FE330;
}
.AnyTagClassName
{
color: #6FE330;
}
</style>
background-color css
<style>
a { background-color: #6FE330; }
a { background-color: rgb(111,227,48); }
div.DivClassName
{
background-color: #6FE330;
}
.BgClassName
{
background-color: #6FE330;
}
</style>
border-color css
<style>
span { border-color: #6FE330; }
span { border-color: rgb(111,227,48); }
td.TdClassName
{
border-color: #6FE330;
}
.TagClassName
{
border-color: #6FE330;
}
</style>