Shades of Apple #55B23D
Tints of Apple #55B23D
RGB
CMYK
RGB Variations
Color information
#55B23D (or 0x55B23D) is known color: Apple. HEX triplet: 55, B2 and 3D. RGB value is (85,178,61). Sum of RGB (Red+Green+Blue) = 85+178+61=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #55B23D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B23D is #AA4DC2. Grayscale: #898989. Windows color (decimal): -11161027 or 4043349. OLE color: 4043349.
HSL color Cylindrical-coordinate representation of color #55B23D: hue angle of 107.69º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55B23D is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 61 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.30 |
| HSL | 107.69º | 0.49% | 0.47% | - |
| HSV(B) | 107.69º | 0.66% | 0.7% | - |
| XYZ | 20.51 | 34.11 | 9.92 | - |
| YUV | 136.86 | 85.19 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 61 | 0.52 | 0 | 0.66 | 0.30 | 107.69 | 0.49 | 0.47 |
| Hex | 55 | B2 | 3D | 34 | 0 | 42 | 1E | 6C | 31 | 2F |
| Octal | 125 | 262 | 75 | 64 | 0 | 102 | 36 | 154 | 61 | 57 |
| Binary | 1010101 | 10110010 | 111101 | 110100 | 0 | 1000010 | 11110 | 1101100 | 110001 | 101111 |
Color Harmonies of #55B23D
Complementary color
Monochromatic Colors of #55B23D
Black with #55B23D
Text Example
Text Example
White with #55B23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B23D; }
p { color: rgb(85,178,61); }
H1.HeaderClassName
{
color: #55B23D;
}
.AnyTagClassName
{
color: #55B23D;
}
</style>
background-color css
<style>
a { background-color: #55B23D; }
a { background-color: rgb(85,178,61); }
div.DivClassName
{
background-color: #55B23D;
}
.BgClassName
{
background-color: #55B23D;
}
</style>
border-color css
<style>
span { border-color: #55B23D; }
span { border-color: rgb(85,178,61); }
td.TdClassName
{
border-color: #55B23D;
}
.TagClassName
{
border-color: #55B23D;
}
</style>