Shades of Apple #5DB83B
Tints of Apple #5DB83B
RGB
CMYK
RGB Variations
Color information
#5DB83B (or 0x5DB83B) is known color: Apple. HEX triplet: 5D, B8 and 3B. RGB value is (93,184,59). Sum of RGB (Red+Green+Blue) = 93+184+59=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 184 (72.27% from 255 or 54.76% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 184 - color contains mainly: green. Hex color #5DB83B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DB83B is #A247C4. Grayscale: #8E8E8E. Windows color (decimal): -10635205 or 3913821. OLE color: 3913821.
HSL color Cylindrical-coordinate representation of color #5DB83B: hue angle of 103.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5DB83B is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 93 | 184 | 59 | - |
| CMYK | 0.49 | 0 | 0.68 | 0.28 |
| HSL | 103.68º | 0.51% | 0.48% | - |
| HSV(B) | 103.68º | 0.68% | 0.72% | - |
| XYZ | 22.44 | 36.92 | 10.08 | - |
| YUV | 142.54 | 80.85 | 92.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 184 | 59 | 0.49 | 0 | 0.68 | 0.28 | 103.68 | 0.51 | 0.48 |
| Hex | 5D | B8 | 3B | 31 | 0 | 44 | 1C | 68 | 33 | 30 |
| Octal | 135 | 270 | 73 | 61 | 0 | 104 | 34 | 150 | 63 | 60 |
| Binary | 1011101 | 10111000 | 111011 | 110001 | 0 | 1000100 | 11100 | 1101000 | 110011 | 110000 |
Color Harmonies of #5DB83B
Complementary color
Monochromatic Colors of #5DB83B
Black with #5DB83B
Text Example
Text Example
White with #5DB83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DB83B; }
p { color: rgb(93,184,59); }
H1.HeaderClassName
{
color: #5DB83B;
}
.AnyTagClassName
{
color: #5DB83B;
}
</style>
background-color css
<style>
a { background-color: #5DB83B; }
a { background-color: rgb(93,184,59); }
div.DivClassName
{
background-color: #5DB83B;
}
.BgClassName
{
background-color: #5DB83B;
}
</style>
border-color css
<style>
span { border-color: #5DB83B; }
span { border-color: rgb(93,184,59); }
td.TdClassName
{
border-color: #5DB83B;
}
.TagClassName
{
border-color: #5DB83B;
}
</style>