Shades of Apple #5DC74B
Tints of Apple #5DC74B
RGB
CMYK
RGB Variations
Color information
#5DC74B (or 0x5DC74B) is known color: Apple. HEX triplet: 5D, C7 and 4B. RGB value is (93,199,75). Sum of RGB (Red+Green+Blue) = 93+199+75=367 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.34% from 367); Green value is 199 (78.12% from 255 or 54.22% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 199 - color contains mainly: green. Hex color #5DC74B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC74B is #A238B4. Grayscale: #999999. Windows color (decimal): -10631349 or 4966237. OLE color: 4966237.
HSL color Cylindrical-coordinate representation of color #5DC74B: hue angle of 111.29º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DC74B is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 199 | 75 | - |
| CMYK | 0.53 | 0 | 0.62 | 0.22 |
| HSL | 111.29º | 0.53% | 0.54% | - |
| HSV(B) | 111.29º | 0.62% | 0.78% | - |
| XYZ | 26.21 | 43.68 | 13.71 | - |
| YUV | 153.17 | 83.88 | 85.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 199 | 75 | 0.53 | 0 | 0.62 | 0.22 | 111.29 | 0.53 | 0.54 |
| Hex | 5D | C7 | 4B | 35 | 0 | 3E | 16 | 6F | 35 | 36 |
| Octal | 135 | 307 | 113 | 65 | 0 | 76 | 26 | 157 | 65 | 66 |
| Binary | 1011101 | 11000111 | 1001011 | 110101 | 0 | 111110 | 10110 | 1101111 | 110101 | 110110 |
Color Harmonies of #5DC74B
Complementary color
Monochromatic Colors of #5DC74B
Black with #5DC74B
Text Example
Text Example
White with #5DC74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC74B; }
p { color: rgb(93,199,75); }
H1.HeaderClassName
{
color: #5DC74B;
}
.AnyTagClassName
{
color: #5DC74B;
}
</style>
background-color css
<style>
a { background-color: #5DC74B; }
a { background-color: rgb(93,199,75); }
div.DivClassName
{
background-color: #5DC74B;
}
.BgClassName
{
background-color: #5DC74B;
}
</style>
border-color css
<style>
span { border-color: #5DC74B; }
span { border-color: rgb(93,199,75); }
td.TdClassName
{
border-color: #5DC74B;
}
.TagClassName
{
border-color: #5DC74B;
}
</style>