Shades of Apple #5DC433
Tints of Apple #5DC433
RGB
CMYK
RGB Variations
Color information
#5DC433 (or 0x5DC433) is known color: Apple. HEX triplet: 5D, C4 and 33. RGB value is (93,196,51). Sum of RGB (Red+Green+Blue) = 93+196+51=340 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.35% from 340); Green value is 196 (76.95% from 255 or 57.65% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 196 - color contains mainly: green. Hex color #5DC433 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DC433 is #A23BCC. Grayscale: #959595. Windows color (decimal): -10632141 or 3392605. OLE color: 3392605.
HSL color Cylindrical-coordinate representation of color #5DC433: hue angle of 102.62º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5DC433 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 93 | 196 | 51 | - |
| CMYK | 0.53 | 0 | 0.74 | 0.23 |
| HSL | 102.62º | 0.59% | 0.48% | - |
| HSV(B) | 102.62º | 0.74% | 0.77% | - |
| XYZ | 24.85 | 42.05 | 9.94 | - |
| YUV | 148.67 | 72.88 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 196 | 51 | 0.53 | 0 | 0.74 | 0.23 | 102.62 | 0.59 | 0.48 |
| Hex | 5D | C4 | 33 | 35 | 0 | 4A | 17 | 67 | 3B | 30 |
| Octal | 135 | 304 | 63 | 65 | 0 | 112 | 27 | 147 | 73 | 60 |
| Binary | 1011101 | 11000100 | 110011 | 110101 | 0 | 1001010 | 10111 | 1100111 | 111011 | 110000 |
Color Harmonies of #5DC433
Complementary color
Monochromatic Colors of #5DC433
Black with #5DC433
Text Example
Text Example
White with #5DC433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DC433; }
p { color: rgb(93,196,51); }
H1.HeaderClassName
{
color: #5DC433;
}
.AnyTagClassName
{
color: #5DC433;
}
</style>
background-color css
<style>
a { background-color: #5DC433; }
a { background-color: rgb(93,196,51); }
div.DivClassName
{
background-color: #5DC433;
}
.BgClassName
{
background-color: #5DC433;
}
</style>
border-color css
<style>
span { border-color: #5DC433; }
span { border-color: rgb(93,196,51); }
td.TdClassName
{
border-color: #5DC433;
}
.TagClassName
{
border-color: #5DC433;
}
</style>