Shades of Apple #6BDF31
Tints of Apple #6BDF31
RGB
CMYK
RGB Variations
Color information
#6BDF31 (or 0x6BDF31) is known color: Apple. HEX triplet: 6B, DF and 31. RGB value is (107,223,49). Sum of RGB (Red+Green+Blue) = 107+223+49=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 49 (19.53% from 255 or 12.93% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #6BDF31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BDF31 is #9420CE. Grayscale: #A9A9A9. Windows color (decimal): -9707727 or 3268459. OLE color: 3268459.
HSL color Cylindrical-coordinate representation of color #6BDF31: hue angle of 100º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6BDF31 is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 107 | 223 | 49 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.13 |
| HSL | 100º | 0.73% | 0.53% | - |
| HSV(B) | 100º | 0.78% | 0.87% | - |
| XYZ | 33.01 | 56.12 | 12 | - |
| YUV | 168.48 | 60.57 | 84.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 223 | 49 | 0.52 | 0 | 0.78 | 0.13 | 100 | 0.73 | 0.53 |
| Hex | 6B | DF | 31 | 34 | 0 | 4E | D | 64 | 49 | 35 |
| Octal | 153 | 337 | 61 | 64 | 0 | 116 | 15 | 144 | 111 | 65 |
| Binary | 1101011 | 11011111 | 110001 | 110100 | 0 | 1001110 | 1101 | 1100100 | 1001001 | 110101 |
Color Harmonies of #6BDF31
Complementary color
Monochromatic Colors of #6BDF31
Black with #6BDF31
Text Example
Text Example
White with #6BDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BDF31; }
p { color: rgb(107,223,49); }
H1.HeaderClassName
{
color: #6BDF31;
}
.AnyTagClassName
{
color: #6BDF31;
}
</style>
background-color css
<style>
a { background-color: #6BDF31; }
a { background-color: rgb(107,223,49); }
div.DivClassName
{
background-color: #6BDF31;
}
.BgClassName
{
background-color: #6BDF31;
}
</style>
border-color css
<style>
span { border-color: #6BDF31; }
span { border-color: rgb(107,223,49); }
td.TdClassName
{
border-color: #6BDF31;
}
.TagClassName
{
border-color: #6BDF31;
}
</style>