Shades of Apple #61CF43
Tints of Apple #61CF43
RGB
CMYK
RGB Variations
Color information
#61CF43 (or 0x61CF43) is known color: Apple. HEX triplet: 61, CF and 43. RGB value is (97,207,67). Sum of RGB (Red+Green+Blue) = 97+207+67=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 207 (81.25% from 255 or 55.80% from 371); Blue value is 67 (26.56% from 255 or 18.06% from 371); Max value from RGB is 207 - color contains mainly: green. Hex color #61CF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CF43 is #9E30BC. Grayscale: #9E9E9E. Windows color (decimal): -10367165 or 4444001. OLE color: 4444001.
HSL color Cylindrical-coordinate representation of color #61CF43: hue angle of 107.14º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61CF43 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 67 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.19 |
| HSL | 107.14º | 0.59% | 0.54% | - |
| HSV(B) | 107.14º | 0.68% | 0.81% | - |
| XYZ | 28.26 | 47.57 | 13 | - |
| YUV | 158.15 | 76.56 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 67 | 0.53 | 0 | 0.68 | 0.19 | 107.14 | 0.59 | 0.54 |
| Hex | 61 | CF | 43 | 35 | 0 | 44 | 13 | 6B | 3B | 36 |
| Octal | 141 | 317 | 103 | 65 | 0 | 104 | 23 | 153 | 73 | 66 |
| Binary | 1100001 | 11001111 | 1000011 | 110101 | 0 | 1000100 | 10011 | 1101011 | 111011 | 110110 |
Color Harmonies of #61CF43
Complementary color
Monochromatic Colors of #61CF43
Black with #61CF43
Text Example
Text Example
White with #61CF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CF43; }
p { color: rgb(97,207,67); }
H1.HeaderClassName
{
color: #61CF43;
}
.AnyTagClassName
{
color: #61CF43;
}
</style>
background-color css
<style>
a { background-color: #61CF43; }
a { background-color: rgb(97,207,67); }
div.DivClassName
{
background-color: #61CF43;
}
.BgClassName
{
background-color: #61CF43;
}
</style>
border-color css
<style>
span { border-color: #61CF43; }
span { border-color: rgb(97,207,67); }
td.TdClassName
{
border-color: #61CF43;
}
.TagClassName
{
border-color: #61CF43;
}
</style>