Shades of Apple #6FD534
Tints of Apple #6FD534
RGB
CMYK
RGB Variations
Color information
#6FD534 (or 0x6FD534) is known color: Apple. HEX triplet: 6F, D5 and 34. RGB value is (111,213,52). Sum of RGB (Red+Green+Blue) = 111+213+52=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 213 (83.59% from 255 or 56.65% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 213 - color contains mainly: green. Hex color #6FD534 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FD534 is #902ACB. Grayscale: #A4A4A4. Windows color (decimal): -9448140 or 3462511. OLE color: 3462511.
HSL color Cylindrical-coordinate representation of color #6FD534: hue angle of 98.01º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6FD534 is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 111 | 213 | 52 | - |
| CMYK | 0.48 | 0 | 0.76 | 0.16 |
| HSL | 98.01º | 0.66% | 0.52% | - |
| HSV(B) | 98.01º | 0.76% | 0.84% | - |
| XYZ | 30.97 | 51.22 | 11.5 | - |
| YUV | 164.15 | 64.71 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 213 | 52 | 0.48 | 0 | 0.76 | 0.16 | 98.01 | 0.66 | 0.52 |
| Hex | 6F | D5 | 34 | 30 | 0 | 4C | 10 | 62 | 42 | 34 |
| Octal | 157 | 325 | 64 | 60 | 0 | 114 | 20 | 142 | 102 | 64 |
| Binary | 1101111 | 11010101 | 110100 | 110000 | 0 | 1001100 | 10000 | 1100010 | 1000010 | 110100 |
Color Harmonies of #6FD534
Complementary color
Monochromatic Colors of #6FD534
Black with #6FD534
Text Example
Text Example
White with #6FD534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD534; }
p { color: rgb(111,213,52); }
H1.HeaderClassName
{
color: #6FD534;
}
.AnyTagClassName
{
color: #6FD534;
}
</style>
background-color css
<style>
a { background-color: #6FD534; }
a { background-color: rgb(111,213,52); }
div.DivClassName
{
background-color: #6FD534;
}
.BgClassName
{
background-color: #6FD534;
}
</style>
border-color css
<style>
span { border-color: #6FD534; }
span { border-color: rgb(111,213,52); }
td.TdClassName
{
border-color: #6FD534;
}
.TagClassName
{
border-color: #6FD534;
}
</style>