Shades of Apple #67CF4A
Tints of Apple #67CF4A
RGB
CMYK
RGB Variations
Color information
#67CF4A (or 0x67CF4A) is known color: Apple. HEX triplet: 67, CF and 4A. RGB value is (103,207,74). Sum of RGB (Red+Green+Blue) = 103+207+74=384 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.82% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 74 (29.30% from 255 or 19.27% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #67CF4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67CF4A is #9830B5. Grayscale: #A1A1A1. Windows color (decimal): -9973942 or 4902759. OLE color: 4902759.
HSL color Cylindrical-coordinate representation of color #67CF4A: hue angle of 106.92º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #67CF4A is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 74 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.19 |
| HSL | 106.92º | 0.58% | 0.55% | - |
| HSV(B) | 106.92º | 0.64% | 0.81% | - |
| XYZ | 29.14 | 48 | 14.21 | - |
| YUV | 160.74 | 79.04 | 86.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 74 | 0.50 | 0 | 0.64 | 0.19 | 106.92 | 0.58 | 0.55 |
| Hex | 67 | CF | 4A | 32 | 0 | 40 | 13 | 6B | 3A | 37 |
| Octal | 147 | 317 | 112 | 62 | 0 | 100 | 23 | 153 | 72 | 67 |
| Binary | 1100111 | 11001111 | 1001010 | 110010 | 0 | 1000000 | 10011 | 1101011 | 111010 | 110111 |
Color Harmonies of #67CF4A
Complementary color
Monochromatic Colors of #67CF4A
Black with #67CF4A
Text Example
Text Example
White with #67CF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CF4A; }
p { color: rgb(103,207,74); }
H1.HeaderClassName
{
color: #67CF4A;
}
.AnyTagClassName
{
color: #67CF4A;
}
</style>
background-color css
<style>
a { background-color: #67CF4A; }
a { background-color: rgb(103,207,74); }
div.DivClassName
{
background-color: #67CF4A;
}
.BgClassName
{
background-color: #67CF4A;
}
</style>
border-color css
<style>
span { border-color: #67CF4A; }
span { border-color: rgb(103,207,74); }
td.TdClassName
{
border-color: #67CF4A;
}
.TagClassName
{
border-color: #67CF4A;
}
</style>