Shades of Apple #61BF40
Tints of Apple #61BF40
RGB
CMYK
RGB Variations
Color information
#61BF40 (or 0x61BF40) is known color: Apple. HEX triplet: 61, BF and 40. RGB value is (97,191,64). Sum of RGB (Red+Green+Blue) = 97+191+64=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #61BF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61BF40 is #9E40BF. Grayscale: #949494. Windows color (decimal): -10371264 or 4243297. OLE color: 4243297.
HSL color Cylindrical-coordinate representation of color #61BF40: hue angle of 104.41º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61BF40 is Cyan = 0.49, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 97 | 191 | 64 | - |
| CMYK | 0.49 | 0 | 0.66 | 0.25 |
| HSL | 104.41º | 0.5% | 0.5% | - |
| HSV(B) | 104.41º | 0.66% | 0.75% | - |
| XYZ | 24.49 | 40.17 | 11.31 | - |
| YUV | 148.42 | 80.36 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 191 | 64 | 0.49 | 0 | 0.66 | 0.25 | 104.41 | 0.5 | 0.5 |
| Hex | 61 | BF | 40 | 31 | 0 | 42 | 19 | 68 | 32 | 32 |
| Octal | 141 | 277 | 100 | 61 | 0 | 102 | 31 | 150 | 62 | 62 |
| Binary | 1100001 | 10111111 | 1000000 | 110001 | 0 | 1000010 | 11001 | 1101000 | 110010 | 110010 |
Color Harmonies of #61BF40
Complementary color
Monochromatic Colors of #61BF40
Black with #61BF40
Text Example
Text Example
White with #61BF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61BF40; }
p { color: rgb(97,191,64); }
H1.HeaderClassName
{
color: #61BF40;
}
.AnyTagClassName
{
color: #61BF40;
}
</style>
background-color css
<style>
a { background-color: #61BF40; }
a { background-color: rgb(97,191,64); }
div.DivClassName
{
background-color: #61BF40;
}
.BgClassName
{
background-color: #61BF40;
}
</style>
border-color css
<style>
span { border-color: #61BF40; }
span { border-color: rgb(97,191,64); }
td.TdClassName
{
border-color: #61BF40;
}
.TagClassName
{
border-color: #61BF40;
}
</style>