Shades of Apple #5DCF3D
Tints of Apple #5DCF3D
RGB
CMYK
RGB Variations
Color information
#5DCF3D (or 0x5DCF3D) is known color: Apple. HEX triplet: 5D, CF and 3D. RGB value is (93,207,61). Sum of RGB (Red+Green+Blue) = 93+207+61=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DCF3D is #A230C2. Grayscale: #9C9C9C. Windows color (decimal): -10629315 or 4050781. OLE color: 4050781.
HSL color Cylindrical-coordinate representation of color #5DCF3D: hue angle of 106.85º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5DCF3D is Cyan = 0.55, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 207 | 61 | - |
| CMYK | 0.55 | 0 | 0.71 | 0.19 |
| HSL | 106.85º | 0.6% | 0.53% | - |
| HSV(B) | 106.85º | 0.71% | 0.81% | - |
| XYZ | 27.67 | 47.29 | 12.08 | - |
| YUV | 156.27 | 74.23 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 207 | 61 | 0.55 | 0 | 0.71 | 0.19 | 106.85 | 0.6 | 0.53 |
| Hex | 5D | CF | 3D | 37 | 0 | 47 | 13 | 6B | 3C | 35 |
| Octal | 135 | 317 | 75 | 67 | 0 | 107 | 23 | 153 | 74 | 65 |
| Binary | 1011101 | 11001111 | 111101 | 110111 | 0 | 1000111 | 10011 | 1101011 | 111100 | 110101 |
Color Harmonies of #5DCF3D
Complementary color
Monochromatic Colors of #5DCF3D
Black with #5DCF3D
Text Example
Text Example
White with #5DCF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DCF3D; }
p { color: rgb(93,207,61); }
H1.HeaderClassName
{
color: #5DCF3D;
}
.AnyTagClassName
{
color: #5DCF3D;
}
</style>
background-color css
<style>
a { background-color: #5DCF3D; }
a { background-color: rgb(93,207,61); }
div.DivClassName
{
background-color: #5DCF3D;
}
.BgClassName
{
background-color: #5DCF3D;
}
</style>
border-color css
<style>
span { border-color: #5DCF3D; }
span { border-color: rgb(93,207,61); }
td.TdClassName
{
border-color: #5DCF3D;
}
.TagClassName
{
border-color: #5DCF3D;
}
</style>