Shades of Apple #5DBE31
Tints of Apple #5DBE31
RGB
CMYK
RGB Variations
Color information
#5DBE31 (or 0x5DBE31) is known color: Apple. HEX triplet: 5D, BE and 31. RGB value is (93,190,49). Sum of RGB (Red+Green+Blue) = 93+190+49=332 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.01% from 332); Green value is 190 (74.61% from 255 or 57.23% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 190 - color contains mainly: green. Hex color #5DBE31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DBE31 is #A241CE. Grayscale: #919191. Windows color (decimal): -10633679 or 3259997. OLE color: 3259997.
HSL color Cylindrical-coordinate representation of color #5DBE31: hue angle of 101.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DBE31 is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 93 | 190 | 49 | - |
| CMYK | 0.51 | 0 | 0.74 | 0.25 |
| HSL | 101.28º | 0.59% | 0.47% | - |
| HSV(B) | 101.28º | 0.74% | 0.75% | - |
| XYZ | 23.48 | 39.38 | 9.27 | - |
| YUV | 144.92 | 73.86 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 190 | 49 | 0.51 | 0 | 0.74 | 0.25 | 101.28 | 0.59 | 0.47 |
| Hex | 5D | BE | 31 | 33 | 0 | 4A | 19 | 65 | 3B | 2F |
| Octal | 135 | 276 | 61 | 63 | 0 | 112 | 31 | 145 | 73 | 57 |
| Binary | 1011101 | 10111110 | 110001 | 110011 | 0 | 1001010 | 11001 | 1100101 | 111011 | 101111 |
Color Harmonies of #5DBE31
Complementary color
Monochromatic Colors of #5DBE31
Black with #5DBE31
Text Example
Text Example
White with #5DBE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DBE31; }
p { color: rgb(93,190,49); }
H1.HeaderClassName
{
color: #5DBE31;
}
.AnyTagClassName
{
color: #5DBE31;
}
</style>
background-color css
<style>
a { background-color: #5DBE31; }
a { background-color: rgb(93,190,49); }
div.DivClassName
{
background-color: #5DBE31;
}
.BgClassName
{
background-color: #5DBE31;
}
</style>
border-color css
<style>
span { border-color: #5DBE31; }
span { border-color: rgb(93,190,49); }
td.TdClassName
{
border-color: #5DBE31;
}
.TagClassName
{
border-color: #5DBE31;
}
</style>