Shades of Apple #61CF33
Tints of Apple #61CF33
RGB
CMYK
RGB Variations
Color information
#61CF33 (or 0x61CF33) is known color: Apple. HEX triplet: 61, CF and 33. RGB value is (97,207,51). Sum of RGB (Red+Green+Blue) = 97+207+51=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 51 (20.31% from 255 or 14.37% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #61CF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #61CF33 is #9E30CC. Grayscale: #9C9C9C. Windows color (decimal): -10367181 or 3395425. OLE color: 3395425.
HSL color Cylindrical-coordinate representation of color #61CF33: hue angle of 102.31º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61CF33 is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 207 | 51 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.19 |
| HSL | 102.31º | 0.62% | 0.51% | - |
| HSV(B) | 102.31º | 0.75% | 0.81% | - |
| XYZ | 27.84 | 47.41 | 10.81 | - |
| YUV | 156.33 | 68.56 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 207 | 51 | 0.53 | 0 | 0.75 | 0.19 | 102.31 | 0.62 | 0.51 |
| Hex | 61 | CF | 33 | 35 | 0 | 4B | 13 | 66 | 3E | 33 |
| Octal | 141 | 317 | 63 | 65 | 0 | 113 | 23 | 146 | 76 | 63 |
| Binary | 1100001 | 11001111 | 110011 | 110101 | 0 | 1001011 | 10011 | 1100110 | 111110 | 110011 |
Color Harmonies of #61CF33
Complementary color
Monochromatic Colors of #61CF33
Black with #61CF33
Text Example
Text Example
White with #61CF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61CF33; }
p { color: rgb(97,207,51); }
H1.HeaderClassName
{
color: #61CF33;
}
.AnyTagClassName
{
color: #61CF33;
}
</style>
background-color css
<style>
a { background-color: #61CF33; }
a { background-color: rgb(97,207,51); }
div.DivClassName
{
background-color: #61CF33;
}
.BgClassName
{
background-color: #61CF33;
}
</style>
border-color css
<style>
span { border-color: #61CF33; }
span { border-color: rgb(97,207,51); }
td.TdClassName
{
border-color: #61CF33;
}
.TagClassName
{
border-color: #61CF33;
}
</style>