Shades of Apple #67CF4B
Tints of Apple #67CF4B
RGB
CMYK
RGB Variations
Color information
#67CF4B (or 0x67CF4B) is known color: Apple. HEX triplet: 67, CF and 4B. RGB value is (103,207,75). Sum of RGB (Red+Green+Blue) = 103+207+75=385 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.75% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 75 (29.69% from 255 or 19.48% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #67CF4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67CF4B is #9830B4. Grayscale: #A1A1A1. Windows color (decimal): -9973941 or 4968295. OLE color: 4968295.
HSL color Cylindrical-coordinate representation of color #67CF4B: hue angle of 107.27º 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 #67CF4B is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 75 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.19 |
| HSL | 107.27º | 0.58% | 0.55% | - |
| HSV(B) | 107.27º | 0.64% | 0.81% | - |
| XYZ | 29.18 | 48.02 | 14.39 | - |
| YUV | 160.86 | 79.54 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 75 | 0.50 | 0 | 0.64 | 0.19 | 107.27 | 0.58 | 0.55 |
| Hex | 67 | CF | 4B | 32 | 0 | 40 | 13 | 6B | 3A | 37 |
| Octal | 147 | 317 | 113 | 62 | 0 | 100 | 23 | 153 | 72 | 67 |
| Binary | 1100111 | 11001111 | 1001011 | 110010 | 0 | 1000000 | 10011 | 1101011 | 111010 | 110111 |
Color Harmonies of #67CF4B
Complementary color
Monochromatic Colors of #67CF4B
Black with #67CF4B
Text Example
Text Example
White with #67CF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CF4B; }
p { color: rgb(103,207,75); }
H1.HeaderClassName
{
color: #67CF4B;
}
.AnyTagClassName
{
color: #67CF4B;
}
</style>
background-color css
<style>
a { background-color: #67CF4B; }
a { background-color: rgb(103,207,75); }
div.DivClassName
{
background-color: #67CF4B;
}
.BgClassName
{
background-color: #67CF4B;
}
</style>
border-color css
<style>
span { border-color: #67CF4B; }
span { border-color: rgb(103,207,75); }
td.TdClassName
{
border-color: #67CF4B;
}
.TagClassName
{
border-color: #67CF4B;
}
</style>