Shades of Apple #65BF3C
Tints of Apple #65BF3C
RGB
CMYK
RGB Variations
Color information
#65BF3C (or 0x65BF3C) is known color: Apple. HEX triplet: 65, BF and 3C. RGB value is (101,191,60). Sum of RGB (Red+Green+Blue) = 101+191+60=352 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.69% from 352); Green value is 191 (75% from 255 or 54.26% from 352); Blue value is 60 (23.83% from 255 or 17.05% from 352); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BF3C is #9A40C3. Grayscale: #959595. Windows color (decimal): -10109124 or 3981157. OLE color: 3981157.
HSL color Cylindrical-coordinate representation of color #65BF3C: hue angle of 101.22º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65BF3C is Cyan = 0.47, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 101 | 191 | 60 | - |
| CMYK | 0.47 | 0 | 0.69 | 0.25 |
| HSL | 101.22º | 0.52% | 0.49% | - |
| HSV(B) | 101.22º | 0.69% | 0.75% | - |
| XYZ | 24.81 | 40.35 | 10.76 | - |
| YUV | 149.16 | 77.68 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 191 | 60 | 0.47 | 0 | 0.69 | 0.25 | 101.22 | 0.52 | 0.49 |
| Hex | 65 | BF | 3C | 2F | 0 | 45 | 19 | 65 | 34 | 31 |
| Octal | 145 | 277 | 74 | 57 | 0 | 105 | 31 | 145 | 64 | 61 |
| Binary | 1100101 | 10111111 | 111100 | 101111 | 0 | 1000101 | 11001 | 1100101 | 110100 | 110001 |
Color Harmonies of #65BF3C
Complementary color
Monochromatic Colors of #65BF3C
Black with #65BF3C
Text Example
Text Example
White with #65BF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BF3C; }
p { color: rgb(101,191,60); }
H1.HeaderClassName
{
color: #65BF3C;
}
.AnyTagClassName
{
color: #65BF3C;
}
</style>
background-color css
<style>
a { background-color: #65BF3C; }
a { background-color: rgb(101,191,60); }
div.DivClassName
{
background-color: #65BF3C;
}
.BgClassName
{
background-color: #65BF3C;
}
</style>
border-color css
<style>
span { border-color: #65BF3C; }
span { border-color: rgb(101,191,60); }
td.TdClassName
{
border-color: #65BF3C;
}
.TagClassName
{
border-color: #65BF3C;
}
</style>