Shades of Apple #5DC33D
Tints of Apple #5DC33D
RGB
CMYK
RGB Variations
Color information
#5DC33D (or 0x5DC33D) is known color: Apple. HEX triplet: 5D, C3 and 3D. RGB value is (93,195,61). Sum of RGB (Red+Green+Blue) = 93+195+61=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 195 (76.56% from 255 or 55.87% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC33D is #A23CC2. Grayscale: #959595. Windows color (decimal): -10632387 or 4047709. OLE color: 4047709.
HSL color Cylindrical-coordinate representation of color #5DC33D: hue angle of 105.67º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5DC33D is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 61 | - |
| CMYK | 0.52 | 0 | 0.69 | 0.24 |
| HSL | 105.67º | 0.53% | 0.5% | - |
| HSV(B) | 105.67º | 0.69% | 0.76% | - |
| XYZ | 24.87 | 41.69 | 11.15 | - |
| YUV | 149.23 | 78.21 | 87.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 61 | 0.52 | 0 | 0.69 | 0.24 | 105.67 | 0.53 | 0.5 |
| Hex | 5D | C3 | 3D | 34 | 0 | 45 | 18 | 6A | 35 | 32 |
| Octal | 135 | 303 | 75 | 64 | 0 | 105 | 30 | 152 | 65 | 62 |
| Binary | 1011101 | 11000011 | 111101 | 110100 | 0 | 1000101 | 11000 | 1101010 | 110101 | 110010 |
Color Harmonies of #5DC33D
Complementary color
Monochromatic Colors of #5DC33D
Black with #5DC33D
Text Example
Text Example
White with #5DC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC33D; }
p { color: rgb(93,195,61); }
H1.HeaderClassName
{
color: #5DC33D;
}
.AnyTagClassName
{
color: #5DC33D;
}
</style>
background-color css
<style>
a { background-color: #5DC33D; }
a { background-color: rgb(93,195,61); }
div.DivClassName
{
background-color: #5DC33D;
}
.BgClassName
{
background-color: #5DC33D;
}
</style>
border-color css
<style>
span { border-color: #5DC33D; }
span { border-color: rgb(93,195,61); }
td.TdClassName
{
border-color: #5DC33D;
}
.TagClassName
{
border-color: #5DC33D;
}
</style>