Shades of Apple #5CDB3F
Tints of Apple #5CDB3F
RGB
CMYK
RGB Variations
Color information
#5CDB3F (or 0x5CDB3F) is known color: Apple. HEX triplet: 5C, DB and 3F. RGB value is (92,219,63). Sum of RGB (Red+Green+Blue) = 92+219+63=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 219 (85.94% from 255 or 58.56% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 219 - color contains mainly: green. Hex color #5CDB3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CDB3F is #A324C0. Grayscale: #A3A3A3. Windows color (decimal): -10691777 or 4184924. OLE color: 4184924.
HSL color Cylindrical-coordinate representation of color #5CDB3F: hue angle of 108.85º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5CDB3F is Cyan = 0.58, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 92 | 219 | 63 | - |
| CMYK | 0.58 | 0 | 0.71 | 0.14 |
| HSL | 108.85º | 0.68% | 0.55% | - |
| HSV(B) | 108.85º | 0.71% | 0.86% | - |
| XYZ | 30.64 | 53.3 | 13.38 | - |
| YUV | 163.24 | 71.42 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 219 | 63 | 0.58 | 0 | 0.71 | 0.14 | 108.85 | 0.68 | 0.55 |
| Hex | 5C | DB | 3F | 3A | 0 | 47 | E | 6D | 44 | 37 |
| Octal | 134 | 333 | 77 | 72 | 0 | 107 | 16 | 155 | 104 | 67 |
| Binary | 1011100 | 11011011 | 111111 | 111010 | 0 | 1000111 | 1110 | 1101101 | 1000100 | 110111 |
Color Harmonies of #5CDB3F
Complementary color
Monochromatic Colors of #5CDB3F
Black with #5CDB3F
Text Example
Text Example
White with #5CDB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CDB3F; }
p { color: rgb(92,219,63); }
H1.HeaderClassName
{
color: #5CDB3F;
}
.AnyTagClassName
{
color: #5CDB3F;
}
</style>
background-color css
<style>
a { background-color: #5CDB3F; }
a { background-color: rgb(92,219,63); }
div.DivClassName
{
background-color: #5CDB3F;
}
.BgClassName
{
background-color: #5CDB3F;
}
</style>
border-color css
<style>
span { border-color: #5CDB3F; }
span { border-color: rgb(92,219,63); }
td.TdClassName
{
border-color: #5CDB3F;
}
.TagClassName
{
border-color: #5CDB3F;
}
</style>