Shades of Apple #6BCB38
Tints of Apple #6BCB38
RGB
CMYK
RGB Variations
Color information
#6BCB38 (or 0x6BCB38) is known color: Apple. HEX triplet: 6B, CB and 38. RGB value is (107,203,56). Sum of RGB (Red+Green+Blue) = 107+203+56=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 203 (79.69% from 255 or 55.46% from 366); Blue value is 56 (22.27% from 255 or 15.30% from 366); Max value from RGB is 203 - color contains mainly: green. Hex color #6BCB38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6BCB38 is #9434C7. Grayscale: #9E9E9E. Windows color (decimal): -9712840 or 3722091. OLE color: 3722091.
HSL color Cylindrical-coordinate representation of color #6BCB38: hue angle of 99.18º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6BCB38 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 107 | 203 | 56 | - |
| CMYK | 0.47 | 0 | 0.72 | 0.20 |
| HSL | 99.18º | 0.59% | 0.51% | - |
| HSV(B) | 99.18º | 0.72% | 0.8% | - |
| XYZ | 28.13 | 46.12 | 11.16 | - |
| YUV | 157.54 | 70.7 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 203 | 56 | 0.47 | 0 | 0.72 | 0.20 | 99.18 | 0.59 | 0.51 |
| Hex | 6B | CB | 38 | 2F | 0 | 48 | 14 | 63 | 3B | 33 |
| Octal | 153 | 313 | 70 | 57 | 0 | 110 | 24 | 143 | 73 | 63 |
| Binary | 1101011 | 11001011 | 111000 | 101111 | 0 | 1001000 | 10100 | 1100011 | 111011 | 110011 |
Color Harmonies of #6BCB38
Complementary color
Monochromatic Colors of #6BCB38
Black with #6BCB38
Text Example
Text Example
White with #6BCB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BCB38; }
p { color: rgb(107,203,56); }
H1.HeaderClassName
{
color: #6BCB38;
}
.AnyTagClassName
{
color: #6BCB38;
}
</style>
background-color css
<style>
a { background-color: #6BCB38; }
a { background-color: rgb(107,203,56); }
div.DivClassName
{
background-color: #6BCB38;
}
.BgClassName
{
background-color: #6BCB38;
}
</style>
border-color css
<style>
span { border-color: #6BCB38; }
span { border-color: rgb(107,203,56); }
td.TdClassName
{
border-color: #6BCB38;
}
.TagClassName
{
border-color: #6BCB38;
}
</style>