Shades of Apple #61BF32
Tints of Apple #61BF32
RGB
CMYK
RGB Variations
Color information
#61BF32 (or 0x61BF32) is known color: Apple. HEX triplet: 61, BF and 32. RGB value is (97,191,50). Sum of RGB (Red+Green+Blue) = 97+191+50=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 191 (75% from 255 or 56.51% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 191 - color contains mainly: green. Hex color #61BF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BF32 is #9E40CD. Grayscale: #939393. Windows color (decimal): -10371278 or 3325793. OLE color: 3325793.
HSL color Cylindrical-coordinate representation of color #61BF32: hue angle of 100º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61BF32 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 191 | 50 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.25 |
| HSL | 100º | 0.59% | 0.47% | - |
| HSV(B) | 100º | 0.74% | 0.75% | - |
| XYZ | 24.14 | 40.03 | 9.47 | - |
| YUV | 146.82 | 73.36 | 92.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 50 | 0.49 | 0 | 0.74 | 0.25 | 100 | 0.59 | 0.47 |
| Hex | 61 | BF | 32 | 31 | 0 | 4A | 19 | 64 | 3B | 2F |
| Octal | 141 | 277 | 62 | 61 | 0 | 112 | 31 | 144 | 73 | 57 |
| Binary | 1100001 | 10111111 | 110010 | 110001 | 0 | 1001010 | 11001 | 1100100 | 111011 | 101111 |
Color Harmonies of #61BF32
Complementary color
Monochromatic Colors of #61BF32
Black with #61BF32
Text Example
Text Example
White with #61BF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BF32; }
p { color: rgb(97,191,50); }
H1.HeaderClassName
{
color: #61BF32;
}
.AnyTagClassName
{
color: #61BF32;
}
</style>
background-color css
<style>
a { background-color: #61BF32; }
a { background-color: rgb(97,191,50); }
div.DivClassName
{
background-color: #61BF32;
}
.BgClassName
{
background-color: #61BF32;
}
</style>
border-color css
<style>
span { border-color: #61BF32; }
span { border-color: rgb(97,191,50); }
td.TdClassName
{
border-color: #61BF32;
}
.TagClassName
{
border-color: #61BF32;
}
</style>