Shades of Apple #6BDF34
Tints of Apple #6BDF34
RGB
CMYK
RGB Variations
Color information
#6BDF34 (or 0x6BDF34) is known color: Apple. HEX triplet: 6B, DF and 34. RGB value is (107,223,52). Sum of RGB (Red+Green+Blue) = 107+223+52=382 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.01% from 382); Green value is 223 (87.5% from 255 or 58.38% from 382); Blue value is 52 (20.70% from 255 or 13.61% from 382); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDF34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDF34 is #9420CB. Grayscale: #A9A9A9. Windows color (decimal): -9707724 or 3465067. OLE color: 3465067.
HSL color Cylindrical-coordinate representation of color #6BDF34: hue angle of 100.7º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6BDF34 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 52 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.13 |
| HSL | 100.7º | 0.73% | 0.54% | - |
| HSV(B) | 100.7º | 0.77% | 0.87% | - |
| XYZ | 33.07 | 56.15 | 12.34 | - |
| YUV | 168.82 | 62.07 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 52 | 0.52 | 0 | 0.77 | 0.13 | 100.7 | 0.73 | 0.54 |
| Hex | 6B | DF | 34 | 34 | 0 | 4D | D | 65 | 49 | 36 |
| Octal | 153 | 337 | 64 | 64 | 0 | 115 | 15 | 145 | 111 | 66 |
| Binary | 1101011 | 11011111 | 110100 | 110100 | 0 | 1001101 | 1101 | 1100101 | 1001001 | 110110 |
Color Harmonies of #6BDF34
Complementary color
Monochromatic Colors of #6BDF34
Black with #6BDF34
Text Example
Text Example
White with #6BDF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDF34; }
p { color: rgb(107,223,52); }
H1.HeaderClassName
{
color: #6BDF34;
}
.AnyTagClassName
{
color: #6BDF34;
}
</style>
background-color css
<style>
a { background-color: #6BDF34; }
a { background-color: rgb(107,223,52); }
div.DivClassName
{
background-color: #6BDF34;
}
.BgClassName
{
background-color: #6BDF34;
}
</style>
border-color css
<style>
span { border-color: #6BDF34; }
span { border-color: rgb(107,223,52); }
td.TdClassName
{
border-color: #6BDF34;
}
.TagClassName
{
border-color: #6BDF34;
}
</style>