Shades of Apple #6FC434
Tints of Apple #6FC434
RGB
CMYK
RGB Variations
Color information
#6FC434 (or 0x6FC434) is known color: Apple. HEX triplet: 6F, C4 and 34. RGB value is (111,196,52). Sum of RGB (Red+Green+Blue) = 111+196+52=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 52 (20.70% from 255 or 14.48% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #6FC434 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC434 is #903BCB. Grayscale: #9A9A9A. Windows color (decimal): -9452492 or 3458159. OLE color: 3458159.
HSL color Cylindrical-coordinate representation of color #6FC434: hue angle of 95.42º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6FC434 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 111 | 196 | 52 | - |
| CMYK | 0.43 | 0 | 0.73 | 0.23 |
| HSL | 95.42º | 0.58% | 0.49% | - |
| HSV(B) | 95.42º | 0.73% | 0.77% | - |
| XYZ | 26.92 | 43.11 | 10.15 | - |
| YUV | 154.17 | 70.34 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 196 | 52 | 0.43 | 0 | 0.73 | 0.23 | 95.42 | 0.58 | 0.49 |
| Hex | 6F | C4 | 34 | 2B | 0 | 49 | 17 | 5F | 3A | 31 |
| Octal | 157 | 304 | 64 | 53 | 0 | 111 | 27 | 137 | 72 | 61 |
| Binary | 1101111 | 11000100 | 110100 | 101011 | 0 | 1001001 | 10111 | 1011111 | 111010 | 110001 |
Color Harmonies of #6FC434
Complementary color
Monochromatic Colors of #6FC434
Black with #6FC434
Text Example
Text Example
White with #6FC434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC434; }
p { color: rgb(111,196,52); }
H1.HeaderClassName
{
color: #6FC434;
}
.AnyTagClassName
{
color: #6FC434;
}
</style>
background-color css
<style>
a { background-color: #6FC434; }
a { background-color: rgb(111,196,52); }
div.DivClassName
{
background-color: #6FC434;
}
.BgClassName
{
background-color: #6FC434;
}
</style>
border-color css
<style>
span { border-color: #6FC434; }
span { border-color: rgb(111,196,52); }
td.TdClassName
{
border-color: #6FC434;
}
.TagClassName
{
border-color: #6FC434;
}
</style>