Shades of Apple #67D63C
Tints of Apple #67D63C
RGB
CMYK
RGB Variations
Color information
#67D63C (or 0x67D63C) is known color: Apple. HEX triplet: 67, D6 and 3C. RGB value is (103,214,60). Sum of RGB (Red+Green+Blue) = 103+214+60=377 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.32% from 377); Green value is 214 (83.98% from 255 or 56.76% from 377); Blue value is 60 (23.83% from 255 or 15.92% from 377); Max value from RGB is 214 - color contains mainly: green. Hex color #67D63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67D63C is #9829C3. Grayscale: #A3A3A3. Windows color (decimal): -9972164 or 3987047. OLE color: 3987047.
HSL color Cylindrical-coordinate representation of color #67D63C: hue angle of 103.25º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #67D63C is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 103 | 214 | 60 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.16 |
| HSL | 103.25º | 0.65% | 0.54% | - |
| HSV(B) | 103.25º | 0.72% | 0.84% | - |
| XYZ | 30.46 | 51.3 | 12.57 | - |
| YUV | 163.26 | 69.73 | 85.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 214 | 60 | 0.52 | 0 | 0.72 | 0.16 | 103.25 | 0.65 | 0.54 |
| Hex | 67 | D6 | 3C | 34 | 0 | 48 | 10 | 67 | 41 | 36 |
| Octal | 147 | 326 | 74 | 64 | 0 | 110 | 20 | 147 | 101 | 66 |
| Binary | 1100111 | 11010110 | 111100 | 110100 | 0 | 1001000 | 10000 | 1100111 | 1000001 | 110110 |
Color Harmonies of #67D63C
Complementary color
Monochromatic Colors of #67D63C
Black with #67D63C
Text Example
Text Example
White with #67D63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67D63C; }
p { color: rgb(103,214,60); }
H1.HeaderClassName
{
color: #67D63C;
}
.AnyTagClassName
{
color: #67D63C;
}
</style>
background-color css
<style>
a { background-color: #67D63C; }
a { background-color: rgb(103,214,60); }
div.DivClassName
{
background-color: #67D63C;
}
.BgClassName
{
background-color: #67D63C;
}
</style>
border-color css
<style>
span { border-color: #67D63C; }
span { border-color: rgb(103,214,60); }
td.TdClassName
{
border-color: #67D63C;
}
.TagClassName
{
border-color: #67D63C;
}
</style>