Shades of Apple #6DCF45
Tints of Apple #6DCF45
RGB
CMYK
RGB Variations
Color information
#6DCF45 (or 0x6DCF45) is known color: Apple. HEX triplet: 6D, CF and 45. RGB value is (109,207,69). Sum of RGB (Red+Green+Blue) = 109+207+69=385 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.31% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCF45 is #9230BA. Grayscale: #A2A2A2. Windows color (decimal): -9580731 or 4575085. OLE color: 4575085.
HSL color Cylindrical-coordinate representation of color #6DCF45: hue angle of 102.61º 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 #6DCF45 is Cyan = 0.47, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 69 | - |
| CMYK | 0.47 | 0 | 0.67 | 0.19 |
| HSL | 102.61º | 0.59% | 0.54% | - |
| HSV(B) | 102.61º | 0.67% | 0.81% | - |
| XYZ | 29.69 | 48.31 | 13.39 | - |
| YUV | 161.97 | 75.53 | 90.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 69 | 0.47 | 0 | 0.67 | 0.19 | 102.61 | 0.59 | 0.54 |
| Hex | 6D | CF | 45 | 2F | 0 | 43 | 13 | 67 | 3B | 36 |
| Octal | 155 | 317 | 105 | 57 | 0 | 103 | 23 | 147 | 73 | 66 |
| Binary | 1101101 | 11001111 | 1000101 | 101111 | 0 | 1000011 | 10011 | 1100111 | 111011 | 110110 |
Color Harmonies of #6DCF45
Complementary color
Monochromatic Colors of #6DCF45
Black with #6DCF45
Text Example
Text Example
White with #6DCF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF45; }
p { color: rgb(109,207,69); }
H1.HeaderClassName
{
color: #6DCF45;
}
.AnyTagClassName
{
color: #6DCF45;
}
</style>
background-color css
<style>
a { background-color: #6DCF45; }
a { background-color: rgb(109,207,69); }
div.DivClassName
{
background-color: #6DCF45;
}
.BgClassName
{
background-color: #6DCF45;
}
</style>
border-color css
<style>
span { border-color: #6DCF45; }
span { border-color: rgb(109,207,69); }
td.TdClassName
{
border-color: #6DCF45;
}
.TagClassName
{
border-color: #6DCF45;
}
</style>