Shades of Apple #65D630
Tints of Apple #65D630
RGB
CMYK
RGB Variations
Color information
#65D630 (or 0x65D630) is known color: Apple. HEX triplet: 65, D6 and 30. RGB value is (101,214,48). Sum of RGB (Red+Green+Blue) = 101+214+48=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 214 (83.98% from 255 or 58.95% from 363); Blue value is 48 (19.14% from 255 or 13.22% from 363); Max value from RGB is 214 - color contains mainly: green. Hex color #65D630 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D630 is #9A29CF. Grayscale: #A1A1A1. Windows color (decimal): -10103248 or 3200613. OLE color: 3200613.
HSL color Cylindrical-coordinate representation of color #65D630: hue angle of 100.84º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #65D630 is Cyan = 0.53, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 101 | 214 | 48 | - |
| CMYK | 0.53 | 0 | 0.78 | 0.16 |
| HSL | 100.84º | 0.67% | 0.51% | - |
| HSV(B) | 100.84º | 0.78% | 0.84% | - |
| XYZ | 29.95 | 51.07 | 11.08 | - |
| YUV | 161.29 | 64.06 | 85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 214 | 48 | 0.53 | 0 | 0.78 | 0.16 | 100.84 | 0.67 | 0.51 |
| Hex | 65 | D6 | 30 | 35 | 0 | 4E | 10 | 65 | 43 | 33 |
| Octal | 145 | 326 | 60 | 65 | 0 | 116 | 20 | 145 | 103 | 63 |
| Binary | 1100101 | 11010110 | 110000 | 110101 | 0 | 1001110 | 10000 | 1100101 | 1000011 | 110011 |
Color Harmonies of #65D630
Complementary color
Monochromatic Colors of #65D630
Black with #65D630
Text Example
Text Example
White with #65D630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D630; }
p { color: rgb(101,214,48); }
H1.HeaderClassName
{
color: #65D630;
}
.AnyTagClassName
{
color: #65D630;
}
</style>
background-color css
<style>
a { background-color: #65D630; }
a { background-color: rgb(101,214,48); }
div.DivClassName
{
background-color: #65D630;
}
.BgClassName
{
background-color: #65D630;
}
</style>
border-color css
<style>
span { border-color: #65D630; }
span { border-color: rgb(101,214,48); }
td.TdClassName
{
border-color: #65D630;
}
.TagClassName
{
border-color: #65D630;
}
</style>