Shades of Apple #6FCF30
Tints of Apple #6FCF30
RGB
CMYK
RGB Variations
Color information
#6FCF30 (or 0x6FCF30) is known color: Apple. HEX triplet: 6F, CF and 30. RGB value is (111,207,48). Sum of RGB (Red+Green+Blue) = 111+207+48=366 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.33% from 366); Green value is 207 (81.25% from 255 or 56.56% from 366); Blue value is 48 (19.14% from 255 or 13.11% from 366); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FCF30 is #9030CF. Grayscale: #A0A0A0. Windows color (decimal): -9449680 or 3198831. OLE color: 3198831.
HSL color Cylindrical-coordinate representation of color #6FCF30: hue angle of 96.23º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6FCF30 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 111 | 207 | 48 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.19 |
| HSL | 96.23º | 0.62% | 0.5% | - |
| HSV(B) | 96.23º | 0.77% | 0.81% | - |
| XYZ | 29.4 | 48.22 | 10.55 | - |
| YUV | 160.17 | 64.7 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 207 | 48 | 0.46 | 0 | 0.77 | 0.19 | 96.23 | 0.62 | 0.5 |
| Hex | 6F | CF | 30 | 2E | 0 | 4D | 13 | 60 | 3E | 32 |
| Octal | 157 | 317 | 60 | 56 | 0 | 115 | 23 | 140 | 76 | 62 |
| Binary | 1101111 | 11001111 | 110000 | 101110 | 0 | 1001101 | 10011 | 1100000 | 111110 | 110010 |
Color Harmonies of #6FCF30
Complementary color
Monochromatic Colors of #6FCF30
Black with #6FCF30
Text Example
Text Example
White with #6FCF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FCF30; }
p { color: rgb(111,207,48); }
H1.HeaderClassName
{
color: #6FCF30;
}
.AnyTagClassName
{
color: #6FCF30;
}
</style>
background-color css
<style>
a { background-color: #6FCF30; }
a { background-color: rgb(111,207,48); }
div.DivClassName
{
background-color: #6FCF30;
}
.BgClassName
{
background-color: #6FCF30;
}
</style>
border-color css
<style>
span { border-color: #6FCF30; }
span { border-color: rgb(111,207,48); }
td.TdClassName
{
border-color: #6FCF30;
}
.TagClassName
{
border-color: #6FCF30;
}
</style>