Shades of Apple #6DCF38
Tints of Apple #6DCF38
RGB
CMYK
RGB Variations
Color information
#6DCF38 (or 0x6DCF38) is known color: Apple. HEX triplet: 6D, CF and 38. RGB value is (109,207,56). Sum of RGB (Red+Green+Blue) = 109+207+56=372 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.30% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 56 (22.27% from 255 or 15.05% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCF38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCF38 is #9230C7. Grayscale: #A0A0A0. Windows color (decimal): -9580744 or 3723117. OLE color: 3723117.
HSL color Cylindrical-coordinate representation of color #6DCF38: hue angle of 98.94º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6DCF38 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 56 | - |
| CMYK | 0.47 | 0 | 0.73 | 0.19 |
| HSL | 98.94º | 0.61% | 0.52% | - |
| HSV(B) | 98.94º | 0.73% | 0.81% | - |
| XYZ | 29.33 | 48.16 | 11.49 | - |
| YUV | 160.48 | 69.03 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 56 | 0.47 | 0 | 0.73 | 0.19 | 98.94 | 0.61 | 0.52 |
| Hex | 6D | CF | 38 | 2F | 0 | 49 | 13 | 63 | 3D | 34 |
| Octal | 155 | 317 | 70 | 57 | 0 | 111 | 23 | 143 | 75 | 64 |
| Binary | 1101101 | 11001111 | 111000 | 101111 | 0 | 1001001 | 10011 | 1100011 | 111101 | 110100 |
Color Harmonies of #6DCF38
Complementary color
Monochromatic Colors of #6DCF38
Black with #6DCF38
Text Example
Text Example
White with #6DCF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCF38; }
p { color: rgb(109,207,56); }
H1.HeaderClassName
{
color: #6DCF38;
}
.AnyTagClassName
{
color: #6DCF38;
}
</style>
background-color css
<style>
a { background-color: #6DCF38; }
a { background-color: rgb(109,207,56); }
div.DivClassName
{
background-color: #6DCF38;
}
.BgClassName
{
background-color: #6DCF38;
}
</style>
border-color css
<style>
span { border-color: #6DCF38; }
span { border-color: rgb(109,207,56); }
td.TdClassName
{
border-color: #6DCF38;
}
.TagClassName
{
border-color: #6DCF38;
}
</style>