Shades of Apple #6FD232
Tints of Apple #6FD232
RGB
CMYK
RGB Variations
Color information
#6FD232 (or 0x6FD232) is known color: Apple. HEX triplet: 6F, D2 and 32. RGB value is (111,210,50). Sum of RGB (Red+Green+Blue) = 111+210+50=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 210 (82.42% from 255 or 56.60% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD232 is #902DCD. Grayscale: #A2A2A2. Windows color (decimal): -9448910 or 3330671. OLE color: 3330671.
HSL color Cylindrical-coordinate representation of color #6FD232: hue angle of 97.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6FD232 is Cyan = 0.47, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 50 | - |
| CMYK | 0.47 | 0 | 0.76 | 0.18 |
| HSL | 97.13º | 0.64% | 0.51% | - |
| HSV(B) | 97.13º | 0.76% | 0.82% | - |
| XYZ | 30.18 | 49.7 | 11.02 | - |
| YUV | 162.16 | 64.7 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 50 | 0.47 | 0 | 0.76 | 0.18 | 97.13 | 0.64 | 0.51 |
| Hex | 6F | D2 | 32 | 2F | 0 | 4C | 12 | 61 | 40 | 33 |
| Octal | 157 | 322 | 62 | 57 | 0 | 114 | 22 | 141 | 100 | 63 |
| Binary | 1101111 | 11010010 | 110010 | 101111 | 0 | 1001100 | 10010 | 1100001 | 1000000 | 110011 |
Color Harmonies of #6FD232
Complementary color
Monochromatic Colors of #6FD232
Black with #6FD232
Text Example
Text Example
White with #6FD232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD232; }
p { color: rgb(111,210,50); }
H1.HeaderClassName
{
color: #6FD232;
}
.AnyTagClassName
{
color: #6FD232;
}
</style>
background-color css
<style>
a { background-color: #6FD232; }
a { background-color: rgb(111,210,50); }
div.DivClassName
{
background-color: #6FD232;
}
.BgClassName
{
background-color: #6FD232;
}
</style>
border-color css
<style>
span { border-color: #6FD232; }
span { border-color: rgb(111,210,50); }
td.TdClassName
{
border-color: #6FD232;
}
.TagClassName
{
border-color: #6FD232;
}
</style>