Shades of Apple #6BCD35
Tints of Apple #6BCD35
RGB
CMYK
RGB Variations
Color information
#6BCD35 (or 0x6BCD35) is known color: Apple. HEX triplet: 6B, CD and 35. RGB value is (107,205,53). Sum of RGB (Red+Green+Blue) = 107+205+53=365 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.32% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 53 (21.09% from 255 or 14.52% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #6BCD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCD35 is #9432CA. Grayscale: #9E9E9E. Windows color (decimal): -9712331 or 3525995. OLE color: 3525995.
HSL color Cylindrical-coordinate representation of color #6BCD35: hue angle of 98.68º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6BCD35 is Cyan = 0.48, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 205 | 53 | - |
| CMYK | 0.48 | 0 | 0.74 | 0.20 |
| HSL | 98.68º | 0.6% | 0.51% | - |
| HSV(B) | 98.68º | 0.74% | 0.8% | - |
| XYZ | 28.54 | 47.05 | 10.94 | - |
| YUV | 158.37 | 68.53 | 91.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 205 | 53 | 0.48 | 0 | 0.74 | 0.20 | 98.68 | 0.6 | 0.51 |
| Hex | 6B | CD | 35 | 30 | 0 | 4A | 14 | 63 | 3C | 33 |
| Octal | 153 | 315 | 65 | 60 | 0 | 112 | 24 | 143 | 74 | 63 |
| Binary | 1101011 | 11001101 | 110101 | 110000 | 0 | 1001010 | 10100 | 1100011 | 111100 | 110011 |
Color Harmonies of #6BCD35
Complementary color
Monochromatic Colors of #6BCD35
Black with #6BCD35
Text Example
Text Example
White with #6BCD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCD35; }
p { color: rgb(107,205,53); }
H1.HeaderClassName
{
color: #6BCD35;
}
.AnyTagClassName
{
color: #6BCD35;
}
</style>
background-color css
<style>
a { background-color: #6BCD35; }
a { background-color: rgb(107,205,53); }
div.DivClassName
{
background-color: #6BCD35;
}
.BgClassName
{
background-color: #6BCD35;
}
</style>
border-color css
<style>
span { border-color: #6BCD35; }
span { border-color: rgb(107,205,53); }
td.TdClassName
{
border-color: #6BCD35;
}
.TagClassName
{
border-color: #6BCD35;
}
</style>