Shades of Apple #5CC14B
Tints of Apple #5CC14B
RGB
CMYK
RGB Variations
Color information
#5CC14B (or 0x5CC14B) is known color: Apple. HEX triplet: 5C, C1 and 4B. RGB value is (92,193,75). Sum of RGB (Red+Green+Blue) = 92+193+75=360 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.56% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 75 (29.69% from 255 or 20.83% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #5CC14B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC14B is #A33EB4. Grayscale: #959595. Windows color (decimal): -10698421 or 4964700. OLE color: 4964700.
HSL color Cylindrical-coordinate representation of color #5CC14B: hue angle of 111.36º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CC14B is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 193 | 75 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.24 |
| HSL | 111.36º | 0.49% | 0.53% | - |
| HSV(B) | 111.36º | 0.61% | 0.76% | - |
| XYZ | 24.75 | 40.92 | 13.25 | - |
| YUV | 149.35 | 86.04 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 193 | 75 | 0.52 | 0 | 0.61 | 0.24 | 111.36 | 0.49 | 0.53 |
| Hex | 5C | C1 | 4B | 34 | 0 | 3D | 18 | 6F | 31 | 35 |
| Octal | 134 | 301 | 113 | 64 | 0 | 75 | 30 | 157 | 61 | 65 |
| Binary | 1011100 | 11000001 | 1001011 | 110100 | 0 | 111101 | 11000 | 1101111 | 110001 | 110101 |
Color Harmonies of #5CC14B
Complementary color
Monochromatic Colors of #5CC14B
Black with #5CC14B
Text Example
Text Example
White with #5CC14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC14B; }
p { color: rgb(92,193,75); }
H1.HeaderClassName
{
color: #5CC14B;
}
.AnyTagClassName
{
color: #5CC14B;
}
</style>
background-color css
<style>
a { background-color: #5CC14B; }
a { background-color: rgb(92,193,75); }
div.DivClassName
{
background-color: #5CC14B;
}
.BgClassName
{
background-color: #5CC14B;
}
</style>
border-color css
<style>
span { border-color: #5CC14B; }
span { border-color: rgb(92,193,75); }
td.TdClassName
{
border-color: #5CC14B;
}
.TagClassName
{
border-color: #5CC14B;
}
</style>