Shades of Apple #6FCC30
Tints of Apple #6FCC30
RGB
CMYK
RGB Variations
Color information
#6FCC30 (or 0x6FCC30) is known color: Apple. HEX triplet: 6F, CC and 30. RGB value is (111,204,48). Sum of RGB (Red+Green+Blue) = 111+204+48=363 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.58% from 363); Green value is 204 (80.08% from 255 or 56.20% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 204 - color contains mainly: green. Hex color #6FCC30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCC30 is #9033CF. Grayscale: #9E9E9E. Windows color (decimal): -9450448 or 3198063. OLE color: 3198063.
HSL color Cylindrical-coordinate representation of color #6FCC30: hue angle of 95.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6FCC30 is Cyan = 0.46, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 111 | 204 | 48 | - |
| CMYK | 0.46 | 0 | 0.76 | 0.2 |
| HSL | 95.77º | 0.62% | 0.49% | - |
| HSV(B) | 95.77º | 0.76% | 0.8% | - |
| XYZ | 28.68 | 46.78 | 10.31 | - |
| YUV | 158.41 | 65.69 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 204 | 48 | 0.46 | 0 | 0.76 | 0.2 | 95.77 | 0.62 | 0.49 |
| Hex | 6F | CC | 30 | 2E | 0 | 4C | 14 | 60 | 3E | 31 |
| Octal | 157 | 314 | 60 | 56 | 0 | 114 | 24 | 140 | 76 | 61 |
| Binary | 1101111 | 11001100 | 110000 | 101110 | 0 | 1001100 | 10100 | 1100000 | 111110 | 110001 |
Color Harmonies of #6FCC30
Complementary color
Monochromatic Colors of #6FCC30
Black with #6FCC30
Text Example
Text Example
White with #6FCC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCC30; }
p { color: rgb(111,204,48); }
H1.HeaderClassName
{
color: #6FCC30;
}
.AnyTagClassName
{
color: #6FCC30;
}
</style>
background-color css
<style>
a { background-color: #6FCC30; }
a { background-color: rgb(111,204,48); }
div.DivClassName
{
background-color: #6FCC30;
}
.BgClassName
{
background-color: #6FCC30;
}
</style>
border-color css
<style>
span { border-color: #6FCC30; }
span { border-color: rgb(111,204,48); }
td.TdClassName
{
border-color: #6FCC30;
}
.TagClassName
{
border-color: #6FCC30;
}
</style>