Shades of Apple #61CB45
Tints of Apple #61CB45
RGB
CMYK
RGB Variations
Color information
#61CB45 (or 0x61CB45) is known color: Apple. HEX triplet: 61, CB and 45. RGB value is (97,203,69). Sum of RGB (Red+Green+Blue) = 97+203+69=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 203 (79.69% from 255 or 55.01% from 369); Blue value is 69 (27.34% from 255 or 18.70% from 369); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB45 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CB45 is #9E34BA. Grayscale: #9C9C9C. Windows color (decimal): -10368187 or 4574049. OLE color: 4574049.
HSL color Cylindrical-coordinate representation of color #61CB45: hue angle of 107.46º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61CB45 is Cyan = 0.52, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 203 | 69 | - |
| CMYK | 0.52 | 0 | 0.66 | 0.20 |
| HSL | 107.46º | 0.56% | 0.53% | - |
| HSV(B) | 107.46º | 0.66% | 0.8% | - |
| XYZ | 27.36 | 45.68 | 13.01 | - |
| YUV | 156.03 | 78.88 | 85.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 203 | 69 | 0.52 | 0 | 0.66 | 0.20 | 107.46 | 0.56 | 0.53 |
| Hex | 61 | CB | 45 | 34 | 0 | 42 | 14 | 6B | 38 | 35 |
| Octal | 141 | 313 | 105 | 64 | 0 | 102 | 24 | 153 | 70 | 65 |
| Binary | 1100001 | 11001011 | 1000101 | 110100 | 0 | 1000010 | 10100 | 1101011 | 111000 | 110101 |
Color Harmonies of #61CB45
Complementary color
Monochromatic Colors of #61CB45
Black with #61CB45
Text Example
Text Example
White with #61CB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CB45; }
p { color: rgb(97,203,69); }
H1.HeaderClassName
{
color: #61CB45;
}
.AnyTagClassName
{
color: #61CB45;
}
</style>
background-color css
<style>
a { background-color: #61CB45; }
a { background-color: rgb(97,203,69); }
div.DivClassName
{
background-color: #61CB45;
}
.BgClassName
{
background-color: #61CB45;
}
</style>
border-color css
<style>
span { border-color: #61CB45; }
span { border-color: rgb(97,203,69); }
td.TdClassName
{
border-color: #61CB45;
}
.TagClassName
{
border-color: #61CB45;
}
</style>