Shades of Apple #6FC232
Tints of Apple #6FC232
RGB
CMYK
RGB Variations
Color information
#6FC232 (or 0x6FC232) is known color: Apple. HEX triplet: 6F, C2 and 32. RGB value is (111,194,50). Sum of RGB (Red+Green+Blue) = 111+194+50=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 194 (76.17% from 255 or 54.65% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC232 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6FC232 is #903DCD. Grayscale: #999999. Windows color (decimal): -9453006 or 3326575. OLE color: 3326575.
HSL color Cylindrical-coordinate representation of color #6FC232: hue angle of 94.58º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6FC232 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 111 | 194 | 50 | - |
| CMYK | 0.43 | 0 | 0.74 | 0.24 |
| HSL | 94.58º | 0.59% | 0.48% | - |
| HSV(B) | 94.58º | 0.74% | 0.76% | - |
| XYZ | 26.42 | 42.19 | 9.77 | - |
| YUV | 152.77 | 70 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 194 | 50 | 0.43 | 0 | 0.74 | 0.24 | 94.58 | 0.59 | 0.48 |
| Hex | 6F | C2 | 32 | 2B | 0 | 4A | 18 | 5F | 3B | 30 |
| Octal | 157 | 302 | 62 | 53 | 0 | 112 | 30 | 137 | 73 | 60 |
| Binary | 1101111 | 11000010 | 110010 | 101011 | 0 | 1001010 | 11000 | 1011111 | 111011 | 110000 |
Color Harmonies of #6FC232
Complementary color
Monochromatic Colors of #6FC232
Black with #6FC232
Text Example
Text Example
White with #6FC232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FC232; }
p { color: rgb(111,194,50); }
H1.HeaderClassName
{
color: #6FC232;
}
.AnyTagClassName
{
color: #6FC232;
}
</style>
background-color css
<style>
a { background-color: #6FC232; }
a { background-color: rgb(111,194,50); }
div.DivClassName
{
background-color: #6FC232;
}
.BgClassName
{
background-color: #6FC232;
}
</style>
border-color css
<style>
span { border-color: #6FC232; }
span { border-color: rgb(111,194,50); }
td.TdClassName
{
border-color: #6FC232;
}
.TagClassName
{
border-color: #6FC232;
}
</style>