Shades of Apple #67CF53
Tints of Apple #67CF53
RGB
CMYK
RGB Variations
Color information
#67CF53 (or 0x67CF53) is known color: Apple. HEX triplet: 67, CF and 53. RGB value is (103,207,83). Sum of RGB (Red+Green+Blue) = 103+207+83=393 (52% of max value = 765). Red value is 103 (40.62% from 255 or 26.21% from 393); Green value is 207 (81.25% from 255 or 52.67% from 393); Blue value is 83 (32.81% from 255 or 21.12% from 393); Max value from RGB is 207 - color contains mainly: green. Hex color #67CF53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #67CF53 is #9830AC. Grayscale: #A2A2A2. Windows color (decimal): -9973933 or 5492583. OLE color: 5492583.
HSL color Cylindrical-coordinate representation of color #67CF53: hue angle of 110.32º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #67CF53 is Cyan = 0.50, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 83 | - |
| CMYK | 0.50 | 0 | 0.60 | 0.19 |
| HSL | 110.32º | 0.56% | 0.57% | - |
| HSV(B) | 110.32º | 0.6% | 0.81% | - |
| XYZ | 29.47 | 48.13 | 15.92 | - |
| YUV | 161.77 | 83.54 | 86.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 83 | 0.50 | 0 | 0.60 | 0.19 | 110.32 | 0.56 | 0.57 |
| Hex | 67 | CF | 53 | 32 | 0 | 3C | 13 | 6E | 38 | 39 |
| Octal | 147 | 317 | 123 | 62 | 0 | 74 | 23 | 156 | 70 | 71 |
| Binary | 1100111 | 11001111 | 1010011 | 110010 | 0 | 111100 | 10011 | 1101110 | 111000 | 111001 |
Color Harmonies of #67CF53
Complementary color
Monochromatic Colors of #67CF53
Black with #67CF53
Text Example
Text Example
White with #67CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CF53; }
p { color: rgb(103,207,83); }
H1.HeaderClassName
{
color: #67CF53;
}
.AnyTagClassName
{
color: #67CF53;
}
</style>
background-color css
<style>
a { background-color: #67CF53; }
a { background-color: rgb(103,207,83); }
div.DivClassName
{
background-color: #67CF53;
}
.BgClassName
{
background-color: #67CF53;
}
</style>
border-color css
<style>
span { border-color: #67CF53; }
span { border-color: rgb(103,207,83); }
td.TdClassName
{
border-color: #67CF53;
}
.TagClassName
{
border-color: #67CF53;
}
</style>