Shades of Apple #67CB34
Tints of Apple #67CB34
RGB
CMYK
RGB Variations
Color information
#67CB34 (or 0x67CB34) is known color: Apple. HEX triplet: 67, CB and 34. RGB value is (103,203,52). Sum of RGB (Red+Green+Blue) = 103+203+52=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 52 (20.70% from 255 or 14.53% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #67CB34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67CB34 is #9834CB. Grayscale: #9C9C9C. Windows color (decimal): -9974988 or 3459943. OLE color: 3459943.
HSL color Cylindrical-coordinate representation of color #67CB34: hue angle of 99.74º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67CB34 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 103 | 203 | 52 | - |
| CMYK | 0.49 | 0 | 0.74 | 0.20 |
| HSL | 99.74º | 0.59% | 0.5% | - |
| HSV(B) | 99.74º | 0.74% | 0.8% | - |
| XYZ | 27.57 | 45.84 | 10.64 | - |
| YUV | 155.89 | 69.37 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 203 | 52 | 0.49 | 0 | 0.74 | 0.20 | 99.74 | 0.59 | 0.5 |
| Hex | 67 | CB | 34 | 31 | 0 | 4A | 14 | 64 | 3B | 32 |
| Octal | 147 | 313 | 64 | 61 | 0 | 112 | 24 | 144 | 73 | 62 |
| Binary | 1100111 | 11001011 | 110100 | 110001 | 0 | 1001010 | 10100 | 1100100 | 111011 | 110010 |
Color Harmonies of #67CB34
Complementary color
Monochromatic Colors of #67CB34
Black with #67CB34
Text Example
Text Example
White with #67CB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CB34; }
p { color: rgb(103,203,52); }
H1.HeaderClassName
{
color: #67CB34;
}
.AnyTagClassName
{
color: #67CB34;
}
</style>
background-color css
<style>
a { background-color: #67CB34; }
a { background-color: rgb(103,203,52); }
div.DivClassName
{
background-color: #67CB34;
}
.BgClassName
{
background-color: #67CB34;
}
</style>
border-color css
<style>
span { border-color: #67CB34; }
span { border-color: rgb(103,203,52); }
td.TdClassName
{
border-color: #67CB34;
}
.TagClassName
{
border-color: #67CB34;
}
</style>