Shades of Apple #6DCB34
Tints of Apple #6DCB34
RGB
CMYK
RGB Variations
Color information
#6DCB34 (or 0x6DCB34) is known color: Apple. HEX triplet: 6D, CB and 34. RGB value is (109,203,52). Sum of RGB (Red+Green+Blue) = 109+203+52=364 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.95% from 364); Green value is 203 (79.69% from 255 or 55.77% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6DCB34 is #9234CB. Grayscale: #9E9E9E. Windows color (decimal): -9581772 or 3459949. OLE color: 3459949.
HSL color Cylindrical-coordinate representation of color #6DCB34: hue angle of 97.35º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6DCB34 is Cyan = 0.46, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 52 | - |
| CMYK | 0.46 | 0 | 0.74 | 0.20 |
| HSL | 97.35º | 0.59% | 0.5% | - |
| HSV(B) | 97.35º | 0.74% | 0.8% | - |
| XYZ | 28.28 | 46.21 | 10.68 | - |
| YUV | 157.68 | 68.36 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 52 | 0.46 | 0 | 0.74 | 0.20 | 97.35 | 0.59 | 0.5 |
| Hex | 6D | CB | 34 | 2E | 0 | 4A | 14 | 61 | 3B | 32 |
| Octal | 155 | 313 | 64 | 56 | 0 | 112 | 24 | 141 | 73 | 62 |
| Binary | 1101101 | 11001011 | 110100 | 101110 | 0 | 1001010 | 10100 | 1100001 | 111011 | 110010 |
Color Harmonies of #6DCB34
Complementary color
Monochromatic Colors of #6DCB34
Black with #6DCB34
Text Example
Text Example
White with #6DCB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCB34; }
p { color: rgb(109,203,52); }
H1.HeaderClassName
{
color: #6DCB34;
}
.AnyTagClassName
{
color: #6DCB34;
}
</style>
background-color css
<style>
a { background-color: #6DCB34; }
a { background-color: rgb(109,203,52); }
div.DivClassName
{
background-color: #6DCB34;
}
.BgClassName
{
background-color: #6DCB34;
}
</style>
border-color css
<style>
span { border-color: #6DCB34; }
span { border-color: rgb(109,203,52); }
td.TdClassName
{
border-color: #6DCB34;
}
.TagClassName
{
border-color: #6DCB34;
}
</style>