Shades of Apple #5CD945
Tints of Apple #5CD945
RGB
CMYK
RGB Variations
Color information
#5CD945 (or 0x5CD945) is known color: Apple. HEX triplet: 5C, D9 and 45. RGB value is (92,217,69). Sum of RGB (Red+Green+Blue) = 92+217+69=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 217 (85.16% from 255 or 57.41% from 378); Blue value is 69 (27.34% from 255 or 18.25% from 378); Max value from RGB is 217 - color contains mainly: green. Hex color #5CD945 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CD945 is #A326BA. Grayscale: #A3A3A3. Windows color (decimal): -10692283 or 4577628. OLE color: 4577628.
HSL color Cylindrical-coordinate representation of color #5CD945: hue angle of 110.68º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5CD945 is Cyan = 0.58, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 92 | 217 | 69 | - |
| CMYK | 0.58 | 0 | 0.68 | 0.15 |
| HSL | 110.68º | 0.66% | 0.56% | - |
| HSV(B) | 110.68º | 0.68% | 0.85% | - |
| XYZ | 30.3 | 52.33 | 14.13 | - |
| YUV | 162.75 | 75.09 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 217 | 69 | 0.58 | 0 | 0.68 | 0.15 | 110.68 | 0.66 | 0.56 |
| Hex | 5C | D9 | 45 | 3A | 0 | 44 | F | 6F | 42 | 38 |
| Octal | 134 | 331 | 105 | 72 | 0 | 104 | 17 | 157 | 102 | 70 |
| Binary | 1011100 | 11011001 | 1000101 | 111010 | 0 | 1000100 | 1111 | 1101111 | 1000010 | 111000 |
Color Harmonies of #5CD945
Complementary color
Monochromatic Colors of #5CD945
Black with #5CD945
Text Example
Text Example
White with #5CD945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CD945; }
p { color: rgb(92,217,69); }
H1.HeaderClassName
{
color: #5CD945;
}
.AnyTagClassName
{
color: #5CD945;
}
</style>
background-color css
<style>
a { background-color: #5CD945; }
a { background-color: rgb(92,217,69); }
div.DivClassName
{
background-color: #5CD945;
}
.BgClassName
{
background-color: #5CD945;
}
</style>
border-color css
<style>
span { border-color: #5CD945; }
span { border-color: rgb(92,217,69); }
td.TdClassName
{
border-color: #5CD945;
}
.TagClassName
{
border-color: #5CD945;
}
</style>