Shades of Apple #67CF32
Tints of Apple #67CF32
RGB
CMYK
RGB Variations
Color information
#67CF32 (or 0x67CF32) is known color: Apple. HEX triplet: 67, CF and 32. RGB value is (103,207,50). Sum of RGB (Red+Green+Blue) = 103+207+50=360 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.61% from 360); Green value is 207 (81.25% from 255 or 57.5% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 207 - color contains mainly: green. Hex color #67CF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67CF32 is #9830CD. Grayscale: #9E9E9E. Windows color (decimal): -9973966 or 3329895. OLE color: 3329895.
HSL color Cylindrical-coordinate representation of color #67CF32: hue angle of 99.75º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #67CF32 is Cyan = 0.50, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 50 | - |
| CMYK | 0.50 | 0 | 0.76 | 0.19 |
| HSL | 99.75º | 0.62% | 0.5% | - |
| HSV(B) | 99.75º | 0.76% | 0.81% | - |
| XYZ | 28.48 | 47.74 | 10.73 | - |
| YUV | 158.01 | 67.04 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 50 | 0.50 | 0 | 0.76 | 0.19 | 99.75 | 0.62 | 0.5 |
| Hex | 67 | CF | 32 | 32 | 0 | 4C | 13 | 64 | 3E | 32 |
| Octal | 147 | 317 | 62 | 62 | 0 | 114 | 23 | 144 | 76 | 62 |
| Binary | 1100111 | 11001111 | 110010 | 110010 | 0 | 1001100 | 10011 | 1100100 | 111110 | 110010 |
Color Harmonies of #67CF32
Complementary color
Monochromatic Colors of #67CF32
Black with #67CF32
Text Example
Text Example
White with #67CF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CF32; }
p { color: rgb(103,207,50); }
H1.HeaderClassName
{
color: #67CF32;
}
.AnyTagClassName
{
color: #67CF32;
}
</style>
background-color css
<style>
a { background-color: #67CF32; }
a { background-color: rgb(103,207,50); }
div.DivClassName
{
background-color: #67CF32;
}
.BgClassName
{
background-color: #67CF32;
}
</style>
border-color css
<style>
span { border-color: #67CF32; }
span { border-color: rgb(103,207,50); }
td.TdClassName
{
border-color: #67CF32;
}
.TagClassName
{
border-color: #67CF32;
}
</style>