Shades of Apple #51BF3C
Tints of Apple #51BF3C
RGB
CMYK
RGB Variations
Color information
#51BF3C (or 0x51BF3C) is known color: Apple. HEX triplet: 51, BF and 3C. RGB value is (81,191,60). Sum of RGB (Red+Green+Blue) = 81+191+60=332 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.40% from 332); Green value is 191 (75% from 255 or 57.53% from 332); Blue value is 60 (23.83% from 255 or 18.07% from 332); Max value from RGB is 191 - color contains mainly: green. Hex color #51BF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BF3C is #AE40C3. Grayscale: #8F8F8F. Windows color (decimal): -11419844 or 3981137. OLE color: 3981137.
HSL color Cylindrical-coordinate representation of color #51BF3C: hue angle of 110.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #51BF3C is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 81 | 191 | 60 | - |
| CMYK | 0.58 | 0 | 0.69 | 0.25 |
| HSL | 110.38º | 0.52% | 0.49% | - |
| HSV(B) | 110.38º | 0.69% | 0.75% | - |
| XYZ | 22.84 | 39.34 | 10.66 | - |
| YUV | 143.18 | 81.06 | 83.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 191 | 60 | 0.58 | 0 | 0.69 | 0.25 | 110.38 | 0.52 | 0.49 |
| Hex | 51 | BF | 3C | 3A | 0 | 45 | 19 | 6E | 34 | 31 |
| Octal | 121 | 277 | 74 | 72 | 0 | 105 | 31 | 156 | 64 | 61 |
| Binary | 1010001 | 10111111 | 111100 | 111010 | 0 | 1000101 | 11001 | 1101110 | 110100 | 110001 |
Color Harmonies of #51BF3C
Complementary color
Monochromatic Colors of #51BF3C
Black with #51BF3C
Text Example
Text Example
White with #51BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BF3C; }
p { color: rgb(81,191,60); }
H1.HeaderClassName
{
color: #51BF3C;
}
.AnyTagClassName
{
color: #51BF3C;
}
</style>
background-color css
<style>
a { background-color: #51BF3C; }
a { background-color: rgb(81,191,60); }
div.DivClassName
{
background-color: #51BF3C;
}
.BgClassName
{
background-color: #51BF3C;
}
</style>
border-color css
<style>
span { border-color: #51BF3C; }
span { border-color: rgb(81,191,60); }
td.TdClassName
{
border-color: #51BF3C;
}
.TagClassName
{
border-color: #51BF3C;
}
</style>