Shades of Apple #5CDC4B
Tints of Apple #5CDC4B
RGB
CMYK
RGB Variations
Color information
#5CDC4B (or 0x5CDC4B) is known color: Apple. HEX triplet: 5C, DC and 4B. RGB value is (92,220,75). Sum of RGB (Red+Green+Blue) = 92+220+75=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 220 (86.33% from 255 or 56.85% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 220 - color contains mainly: green. Hex color #5CDC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDC4B is #A323B4. Grayscale: #A5A5A5. Windows color (decimal): -10691509 or 4971612. OLE color: 4971612.
HSL color Cylindrical-coordinate representation of color #5CDC4B: hue angle of 112.97º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5CDC4B is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 220 | 75 | - |
| CMYK | 0.58 | 0 | 0.66 | 0.14 |
| HSL | 112.97º | 0.67% | 0.58% | - |
| HSV(B) | 112.97º | 0.66% | 0.86% | - |
| XYZ | 31.28 | 53.97 | 15.43 | - |
| YUV | 165.2 | 77.09 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 220 | 75 | 0.58 | 0 | 0.66 | 0.14 | 112.97 | 0.67 | 0.58 |
| Hex | 5C | DC | 4B | 3A | 0 | 42 | E | 71 | 43 | 3A |
| Octal | 134 | 334 | 113 | 72 | 0 | 102 | 16 | 161 | 103 | 72 |
| Binary | 1011100 | 11011100 | 1001011 | 111010 | 0 | 1000010 | 1110 | 1110001 | 1000011 | 111010 |
Color Harmonies of #5CDC4B
Complementary color
Monochromatic Colors of #5CDC4B
Black with #5CDC4B
Text Example
Text Example
White with #5CDC4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDC4B; }
p { color: rgb(92,220,75); }
H1.HeaderClassName
{
color: #5CDC4B;
}
.AnyTagClassName
{
color: #5CDC4B;
}
</style>
background-color css
<style>
a { background-color: #5CDC4B; }
a { background-color: rgb(92,220,75); }
div.DivClassName
{
background-color: #5CDC4B;
}
.BgClassName
{
background-color: #5CDC4B;
}
</style>
border-color css
<style>
span { border-color: #5CDC4B; }
span { border-color: rgb(92,220,75); }
td.TdClassName
{
border-color: #5CDC4B;
}
.TagClassName
{
border-color: #5CDC4B;
}
</style>