Shades of Apple #5DBE3C
Tints of Apple #5DBE3C
RGB
CMYK
RGB Variations
Color information
#5DBE3C (or 0x5DBE3C) is known color: Apple. HEX triplet: 5D, BE and 3C. RGB value is (93,190,60). Sum of RGB (Red+Green+Blue) = 93+190+60=343 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.11% from 343); Green value is 190 (74.61% from 255 or 55.39% from 343); Blue value is 60 (23.83% from 255 or 17.49% from 343); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBE3C is #A241C3. Grayscale: #929292. Windows color (decimal): -10633668 or 3980893. OLE color: 3980893.
HSL color Cylindrical-coordinate representation of color #5DBE3C: hue angle of 104.77º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DBE3C is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 60 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.25 |
| HSL | 104.77º | 0.52% | 0.49% | - |
| HSV(B) | 104.77º | 0.68% | 0.75% | - |
| XYZ | 23.74 | 39.48 | 10.64 | - |
| YUV | 146.18 | 79.36 | 90.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 60 | 0.51 | 0 | 0.68 | 0.25 | 104.77 | 0.52 | 0.49 |
| Hex | 5D | BE | 3C | 33 | 0 | 44 | 19 | 69 | 34 | 31 |
| Octal | 135 | 276 | 74 | 63 | 0 | 104 | 31 | 151 | 64 | 61 |
| Binary | 1011101 | 10111110 | 111100 | 110011 | 0 | 1000100 | 11001 | 1101001 | 110100 | 110001 |
Color Harmonies of #5DBE3C
Complementary color
Monochromatic Colors of #5DBE3C
Black with #5DBE3C
Text Example
Text Example
White with #5DBE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE3C; }
p { color: rgb(93,190,60); }
H1.HeaderClassName
{
color: #5DBE3C;
}
.AnyTagClassName
{
color: #5DBE3C;
}
</style>
background-color css
<style>
a { background-color: #5DBE3C; }
a { background-color: rgb(93,190,60); }
div.DivClassName
{
background-color: #5DBE3C;
}
.BgClassName
{
background-color: #5DBE3C;
}
</style>
border-color css
<style>
span { border-color: #5DBE3C; }
span { border-color: rgb(93,190,60); }
td.TdClassName
{
border-color: #5DBE3C;
}
.TagClassName
{
border-color: #5DBE3C;
}
</style>