Shades of Apple #5CDF3D
Tints of Apple #5CDF3D
RGB
CMYK
RGB Variations
Color information
#5CDF3D (or 0x5CDF3D) is known color: Apple. HEX triplet: 5C, DF and 3D. RGB value is (92,223,61). Sum of RGB (Red+Green+Blue) = 92+223+61=376 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.47% from 376); Green value is 223 (87.5% from 255 or 59.31% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 223 - color contains mainly: green. Hex color #5CDF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDF3D is #A320C2. Grayscale: #A5A5A5. Windows color (decimal): -10690755 or 4054876. OLE color: 4054876.
HSL color Cylindrical-coordinate representation of color #5CDF3D: hue angle of 108.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5CDF3D is Cyan = 0.59, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 92 | 223 | 61 | - |
| CMYK | 0.59 | 0 | 0.73 | 0.13 |
| HSL | 108.52º | 0.72% | 0.56% | - |
| HSV(B) | 108.52º | 0.73% | 0.87% | - |
| XYZ | 31.64 | 55.39 | 13.44 | - |
| YUV | 165.36 | 69.1 | 75.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 223 | 61 | 0.59 | 0 | 0.73 | 0.13 | 108.52 | 0.72 | 0.56 |
| Hex | 5C | DF | 3D | 3B | 0 | 49 | D | 6D | 48 | 38 |
| Octal | 134 | 337 | 75 | 73 | 0 | 111 | 15 | 155 | 110 | 70 |
| Binary | 1011100 | 11011111 | 111101 | 111011 | 0 | 1001001 | 1101 | 1101101 | 1001000 | 111000 |
Color Harmonies of #5CDF3D
Complementary color
Monochromatic Colors of #5CDF3D
Black with #5CDF3D
Text Example
Text Example
White with #5CDF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDF3D; }
p { color: rgb(92,223,61); }
H1.HeaderClassName
{
color: #5CDF3D;
}
.AnyTagClassName
{
color: #5CDF3D;
}
</style>
background-color css
<style>
a { background-color: #5CDF3D; }
a { background-color: rgb(92,223,61); }
div.DivClassName
{
background-color: #5CDF3D;
}
.BgClassName
{
background-color: #5CDF3D;
}
</style>
border-color css
<style>
span { border-color: #5CDF3D; }
span { border-color: rgb(92,223,61); }
td.TdClassName
{
border-color: #5CDF3D;
}
.TagClassName
{
border-color: #5CDF3D;
}
</style>