Shades of Apple #6BCF2C
Tints of Apple #6BCF2C
RGB
CMYK
RGB Variations
Color information
#6BCF2C (or 0x6BCF2C) is known color: Apple. HEX triplet: 6B, CF and 2C. RGB value is (107,207,44). Sum of RGB (Red+Green+Blue) = 107+207+44=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 207 (81.25% from 255 or 57.82% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCF2C is #9430D3. Grayscale: #9F9F9F. Windows color (decimal): -9711828 or 2936683. OLE color: 2936683.
HSL color Cylindrical-coordinate representation of color #6BCF2C: hue angle of 96.81º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6BCF2C is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 44 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.19 |
| HSL | 96.81º | 0.65% | 0.49% | - |
| HSV(B) | 96.81º | 0.79% | 0.81% | - |
| XYZ | 28.83 | 47.93 | 10.12 | - |
| YUV | 158.52 | 63.37 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 44 | 0.48 | 0 | 0.79 | 0.19 | 96.81 | 0.65 | 0.49 |
| Hex | 6B | CF | 2C | 30 | 0 | 4F | 13 | 61 | 41 | 31 |
| Octal | 153 | 317 | 54 | 60 | 0 | 117 | 23 | 141 | 101 | 61 |
| Binary | 1101011 | 11001111 | 101100 | 110000 | 0 | 1001111 | 10011 | 1100001 | 1000001 | 110001 |
Color Harmonies of #6BCF2C
Complementary color
Monochromatic Colors of #6BCF2C
Black with #6BCF2C
Text Example
Text Example
White with #6BCF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCF2C; }
p { color: rgb(107,207,44); }
H1.HeaderClassName
{
color: #6BCF2C;
}
.AnyTagClassName
{
color: #6BCF2C;
}
</style>
background-color css
<style>
a { background-color: #6BCF2C; }
a { background-color: rgb(107,207,44); }
div.DivClassName
{
background-color: #6BCF2C;
}
.BgClassName
{
background-color: #6BCF2C;
}
</style>
border-color css
<style>
span { border-color: #6BCF2C; }
span { border-color: rgb(107,207,44); }
td.TdClassName
{
border-color: #6BCF2C;
}
.TagClassName
{
border-color: #6BCF2C;
}
</style>