Shades of Apple #5DBE2F
Tints of Apple #5DBE2F
RGB
CMYK
RGB Variations
Color information
#5DBE2F (or 0x5DBE2F) is known color: Apple. HEX triplet: 5D, BE and 2F. RGB value is (93,190,47). Sum of RGB (Red+Green+Blue) = 93+190+47=330 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.18% from 330); Green value is 190 (74.61% from 255 or 57.58% from 330); Blue value is 47 (18.75% from 255 or 14.24% from 330); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBE2F is #A241D0. Grayscale: #919191. Windows color (decimal): -10633681 or 3128925. OLE color: 3128925.
HSL color Cylindrical-coordinate representation of color #5DBE2F: hue angle of 100.7º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5DBE2F is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 47 | - |
| CMYK | 0.51 | 0 | 0.75 | 0.25 |
| HSL | 100.7º | 0.6% | 0.46% | - |
| HSV(B) | 100.7º | 0.75% | 0.75% | - |
| XYZ | 23.44 | 39.36 | 9.05 | - |
| YUV | 144.7 | 72.86 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 47 | 0.51 | 0 | 0.75 | 0.25 | 100.7 | 0.6 | 0.46 |
| Hex | 5D | BE | 2F | 33 | 0 | 4B | 19 | 65 | 3C | 2E |
| Octal | 135 | 276 | 57 | 63 | 0 | 113 | 31 | 145 | 74 | 56 |
| Binary | 1011101 | 10111110 | 101111 | 110011 | 0 | 1001011 | 11001 | 1100101 | 111100 | 101110 |
Color Harmonies of #5DBE2F
Complementary color
Monochromatic Colors of #5DBE2F
Black with #5DBE2F
Text Example
Text Example
White with #5DBE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE2F; }
p { color: rgb(93,190,47); }
H1.HeaderClassName
{
color: #5DBE2F;
}
.AnyTagClassName
{
color: #5DBE2F;
}
</style>
background-color css
<style>
a { background-color: #5DBE2F; }
a { background-color: rgb(93,190,47); }
div.DivClassName
{
background-color: #5DBE2F;
}
.BgClassName
{
background-color: #5DBE2F;
}
</style>
border-color css
<style>
span { border-color: #5DBE2F; }
span { border-color: rgb(93,190,47); }
td.TdClassName
{
border-color: #5DBE2F;
}
.TagClassName
{
border-color: #5DBE2F;
}
</style>