Shades of Apple #67CF35
Tints of Apple #67CF35
RGB
CMYK
RGB Variations
Color information
#67CF35 (or 0x67CF35) is known color: Apple. HEX triplet: 67, CF and 35. RGB value is (103,207,53). Sum of RGB (Red+Green+Blue) = 103+207+53=363 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.37% from 363); Green value is 207 (81.25% from 255 or 57.02% from 363); Blue value is 53 (21.09% from 255 or 14.60% from 363); Max value from RGB is 207 - color contains mainly: green. Hex color #67CF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #67CF35 is #9830CA. Grayscale: #9E9E9E. Windows color (decimal): -9973963 or 3526503. OLE color: 3526503.
HSL color Cylindrical-coordinate representation of color #67CF35: hue angle of 100.52º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #67CF35 is Cyan = 0.50, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 103 | 207 | 53 | - |
| CMYK | 0.50 | 0 | 0.74 | 0.19 |
| HSL | 100.52º | 0.62% | 0.51% | - |
| HSV(B) | 100.52º | 0.74% | 0.81% | - |
| XYZ | 28.55 | 47.77 | 11.08 | - |
| YUV | 158.35 | 68.54 | 88.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 207 | 53 | 0.50 | 0 | 0.74 | 0.19 | 100.52 | 0.62 | 0.51 |
| Hex | 67 | CF | 35 | 32 | 0 | 4A | 13 | 65 | 3E | 33 |
| Octal | 147 | 317 | 65 | 62 | 0 | 112 | 23 | 145 | 76 | 63 |
| Binary | 1100111 | 11001111 | 110101 | 110010 | 0 | 1001010 | 10011 | 1100101 | 111110 | 110011 |
Color Harmonies of #67CF35
Complementary color
Monochromatic Colors of #67CF35
Black with #67CF35
Text Example
Text Example
White with #67CF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67CF35; }
p { color: rgb(103,207,53); }
H1.HeaderClassName
{
color: #67CF35;
}
.AnyTagClassName
{
color: #67CF35;
}
</style>
background-color css
<style>
a { background-color: #67CF35; }
a { background-color: rgb(103,207,53); }
div.DivClassName
{
background-color: #67CF35;
}
.BgClassName
{
background-color: #67CF35;
}
</style>
border-color css
<style>
span { border-color: #67CF35; }
span { border-color: rgb(103,207,53); }
td.TdClassName
{
border-color: #67CF35;
}
.TagClassName
{
border-color: #67CF35;
}
</style>