Shades of Apple #5CC33D
Tints of Apple #5CC33D
RGB
CMYK
RGB Variations
Color information
#5CC33D (or 0x5CC33D) is known color: Apple. HEX triplet: 5C, C3 and 3D. RGB value is (92,195,61). Sum of RGB (Red+Green+Blue) = 92+195+61=348 (46% of max value = 765). Red value is 92 (36.33% from 255 or 26.44% from 348); Green value is 195 (76.56% from 255 or 56.03% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 195 - color contains mainly: green. Hex color #5CC33D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CC33D is #A33CC2. Grayscale: #959595. Windows color (decimal): -10697923 or 4047708. OLE color: 4047708.
HSL color Cylindrical-coordinate representation of color #5CC33D: hue angle of 106.12º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5CC33D is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 92 | 195 | 61 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.24 |
| HSL | 106.12º | 0.53% | 0.5% | - |
| HSV(B) | 106.12º | 0.69% | 0.76% | - |
| XYZ | 24.77 | 41.64 | 11.15 | - |
| YUV | 148.93 | 78.38 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 195 | 61 | 0.53 | 0 | 0.69 | 0.24 | 106.12 | 0.53 | 0.5 |
| Hex | 5C | C3 | 3D | 35 | 0 | 45 | 18 | 6A | 35 | 32 |
| Octal | 134 | 303 | 75 | 65 | 0 | 105 | 30 | 152 | 65 | 62 |
| Binary | 1011100 | 11000011 | 111101 | 110101 | 0 | 1000101 | 11000 | 1101010 | 110101 | 110010 |
Color Harmonies of #5CC33D
Complementary color
Monochromatic Colors of #5CC33D
Black with #5CC33D
Text Example
Text Example
White with #5CC33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC33D; }
p { color: rgb(92,195,61); }
H1.HeaderClassName
{
color: #5CC33D;
}
.AnyTagClassName
{
color: #5CC33D;
}
</style>
background-color css
<style>
a { background-color: #5CC33D; }
a { background-color: rgb(92,195,61); }
div.DivClassName
{
background-color: #5CC33D;
}
.BgClassName
{
background-color: #5CC33D;
}
</style>
border-color css
<style>
span { border-color: #5CC33D; }
span { border-color: rgb(92,195,61); }
td.TdClassName
{
border-color: #5CC33D;
}
.TagClassName
{
border-color: #5CC33D;
}
</style>