Shades of Apple #65CF43
Tints of Apple #65CF43
RGB
CMYK
RGB Variations
Color information
#65CF43 (or 0x65CF43) is known color: Apple. HEX triplet: 65, CF and 43. RGB value is (101,207,67). Sum of RGB (Red+Green+Blue) = 101+207+67=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 207 (81.25% from 255 or 55.2% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 207 - color contains mainly: green. Hex color #65CF43 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CF43 is #9A30BC. Grayscale: #9F9F9F. Windows color (decimal): -10105021 or 4444005. OLE color: 4444005.
HSL color Cylindrical-coordinate representation of color #65CF43: hue angle of 105.43º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65CF43 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 67 | - |
| CMYK | 0.51 | 0 | 0.68 | 0.19 |
| HSL | 105.43º | 0.59% | 0.54% | - |
| HSV(B) | 105.43º | 0.68% | 0.81% | - |
| XYZ | 28.69 | 47.8 | 13.02 | - |
| YUV | 159.35 | 75.88 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 67 | 0.51 | 0 | 0.68 | 0.19 | 105.43 | 0.59 | 0.54 |
| Hex | 65 | CF | 43 | 33 | 0 | 44 | 13 | 69 | 3B | 36 |
| Octal | 145 | 317 | 103 | 63 | 0 | 104 | 23 | 151 | 73 | 66 |
| Binary | 1100101 | 11001111 | 1000011 | 110011 | 0 | 1000100 | 10011 | 1101001 | 111011 | 110110 |
Color Harmonies of #65CF43
Complementary color
Monochromatic Colors of #65CF43
Black with #65CF43
Text Example
Text Example
White with #65CF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CF43; }
p { color: rgb(101,207,67); }
H1.HeaderClassName
{
color: #65CF43;
}
.AnyTagClassName
{
color: #65CF43;
}
</style>
background-color css
<style>
a { background-color: #65CF43; }
a { background-color: rgb(101,207,67); }
div.DivClassName
{
background-color: #65CF43;
}
.BgClassName
{
background-color: #65CF43;
}
</style>
border-color css
<style>
span { border-color: #65CF43; }
span { border-color: rgb(101,207,67); }
td.TdClassName
{
border-color: #65CF43;
}
.TagClassName
{
border-color: #65CF43;
}
</style>