Shades of Apple #6BCD34
Tints of Apple #6BCD34
RGB
CMYK
RGB Variations
Color information
#6BCD34 (or 0x6BCD34) is known color: Apple. HEX triplet: 6B, CD and 34. RGB value is (107,205,52). Sum of RGB (Red+Green+Blue) = 107+205+52=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 205 (80.47% from 255 or 56.32% from 364); Blue value is 52 (20.70% from 255 or 14.29% from 364); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCD34 is #9432CB. Grayscale: #9E9E9E. Windows color (decimal): -9712332 or 3460459. OLE color: 3460459.
HSL color Cylindrical-coordinate representation of color #6BCD34: hue angle of 98.43º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6BCD34 is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 52 | - |
| CMYK | 0.48 | 0 | 0.75 | 0.20 |
| HSL | 98.43º | 0.6% | 0.5% | - |
| HSV(B) | 98.43º | 0.75% | 0.8% | - |
| XYZ | 28.51 | 47.04 | 10.82 | - |
| YUV | 158.26 | 68.03 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 52 | 0.48 | 0 | 0.75 | 0.20 | 98.43 | 0.6 | 0.5 |
| Hex | 6B | CD | 34 | 30 | 0 | 4B | 14 | 62 | 3C | 32 |
| Octal | 153 | 315 | 64 | 60 | 0 | 113 | 24 | 142 | 74 | 62 |
| Binary | 1101011 | 11001101 | 110100 | 110000 | 0 | 1001011 | 10100 | 1100010 | 111100 | 110010 |
Color Harmonies of #6BCD34
Complementary color
Monochromatic Colors of #6BCD34
Black with #6BCD34
Text Example
Text Example
White with #6BCD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD34; }
p { color: rgb(107,205,52); }
H1.HeaderClassName
{
color: #6BCD34;
}
.AnyTagClassName
{
color: #6BCD34;
}
</style>
background-color css
<style>
a { background-color: #6BCD34; }
a { background-color: rgb(107,205,52); }
div.DivClassName
{
background-color: #6BCD34;
}
.BgClassName
{
background-color: #6BCD34;
}
</style>
border-color css
<style>
span { border-color: #6BCD34; }
span { border-color: rgb(107,205,52); }
td.TdClassName
{
border-color: #6BCD34;
}
.TagClassName
{
border-color: #6BCD34;
}
</style>