Shades of Apple #6BCF45
Tints of Apple #6BCF45
RGB
CMYK
RGB Variations
Color information
#6BCF45 (or 0x6BCF45) is known color: Apple. HEX triplet: 6B, CF and 45. RGB value is (107,207,69). Sum of RGB (Red+Green+Blue) = 107+207+69=383 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.94% from 383); Green value is 207 (81.25% from 255 or 54.05% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 207 - color contains mainly: green. Hex color #6BCF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCF45 is #9430BA. Grayscale: #A1A1A1. Windows color (decimal): -9711803 or 4575083. OLE color: 4575083.
HSL color Cylindrical-coordinate representation of color #6BCF45: hue angle of 103.48º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6BCF45 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 107 | 207 | 69 | - |
| CMYK | 0.48 | 0 | 0.67 | 0.19 |
| HSL | 103.48º | 0.59% | 0.54% | - |
| HSV(B) | 103.48º | 0.67% | 0.81% | - |
| XYZ | 29.45 | 48.18 | 13.38 | - |
| YUV | 161.37 | 75.87 | 89.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 207 | 69 | 0.48 | 0 | 0.67 | 0.19 | 103.48 | 0.59 | 0.54 |
| Hex | 6B | CF | 45 | 30 | 0 | 43 | 13 | 67 | 3B | 36 |
| Octal | 153 | 317 | 105 | 60 | 0 | 103 | 23 | 147 | 73 | 66 |
| Binary | 1101011 | 11001111 | 1000101 | 110000 | 0 | 1000011 | 10011 | 1100111 | 111011 | 110110 |
Color Harmonies of #6BCF45
Complementary color
Monochromatic Colors of #6BCF45
Black with #6BCF45
Text Example
Text Example
White with #6BCF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCF45; }
p { color: rgb(107,207,69); }
H1.HeaderClassName
{
color: #6BCF45;
}
.AnyTagClassName
{
color: #6BCF45;
}
</style>
background-color css
<style>
a { background-color: #6BCF45; }
a { background-color: rgb(107,207,69); }
div.DivClassName
{
background-color: #6BCF45;
}
.BgClassName
{
background-color: #6BCF45;
}
</style>
border-color css
<style>
span { border-color: #6BCF45; }
span { border-color: rgb(107,207,69); }
td.TdClassName
{
border-color: #6BCF45;
}
.TagClassName
{
border-color: #6BCF45;
}
</style>