Shades of Apple #5DC343
Tints of Apple #5DC343
RGB
CMYK
RGB Variations
Color information
#5DC343 (or 0x5DC343) is known color: Apple. HEX triplet: 5D, C3 and 43. RGB value is (93,195,67). Sum of RGB (Red+Green+Blue) = 93+195+67=355 (47% of max value = 765). Red value is 93 (36.72% from 255 or 26.20% from 355); Green value is 195 (76.56% from 255 or 54.93% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 195 - color contains mainly: green. Hex color #5DC343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC343 is #A23CBC. Grayscale: #969696. Windows color (decimal): -10632381 or 4440925. OLE color: 4440925.
HSL color Cylindrical-coordinate representation of color #5DC343: hue angle of 107.81º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5DC343 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 93 | 195 | 67 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.24 |
| HSL | 107.81º | 0.52% | 0.51% | - |
| HSV(B) | 107.81º | 0.66% | 0.76% | - |
| XYZ | 25.04 | 41.76 | 12.05 | - |
| YUV | 149.91 | 81.21 | 87.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 195 | 67 | 0.52 | 0 | 0.66 | 0.24 | 107.81 | 0.52 | 0.51 |
| Hex | 5D | C3 | 43 | 34 | 0 | 42 | 18 | 6C | 34 | 33 |
| Octal | 135 | 303 | 103 | 64 | 0 | 102 | 30 | 154 | 64 | 63 |
| Binary | 1011101 | 11000011 | 1000011 | 110100 | 0 | 1000010 | 11000 | 1101100 | 110100 | 110011 |
Color Harmonies of #5DC343
Complementary color
Monochromatic Colors of #5DC343
Black with #5DC343
Text Example
Text Example
White with #5DC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC343; }
p { color: rgb(93,195,67); }
H1.HeaderClassName
{
color: #5DC343;
}
.AnyTagClassName
{
color: #5DC343;
}
</style>
background-color css
<style>
a { background-color: #5DC343; }
a { background-color: rgb(93,195,67); }
div.DivClassName
{
background-color: #5DC343;
}
.BgClassName
{
background-color: #5DC343;
}
</style>
border-color css
<style>
span { border-color: #5DC343; }
span { border-color: rgb(93,195,67); }
td.TdClassName
{
border-color: #5DC343;
}
.TagClassName
{
border-color: #5DC343;
}
</style>