Shades of Apple #65D338
Tints of Apple #65D338
RGB
CMYK
RGB Variations
Color information
#65D338 (or 0x65D338) is known color: Apple. HEX triplet: 65, D3 and 38. RGB value is (101,211,56). Sum of RGB (Red+Green+Blue) = 101+211+56=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 211 (82.81% from 255 or 57.34% from 368); Blue value is 56 (22.27% from 255 or 15.22% from 368); Max value from RGB is 211 - color contains mainly: green. Hex color #65D338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D338 is #9A2CC7. Grayscale: #A0A0A0. Windows color (decimal): -10104008 or 3724133. OLE color: 3724133.
HSL color Cylindrical-coordinate representation of color #65D338: hue angle of 102.58º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #65D338 is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 101 | 211 | 56 | - |
| CMYK | 0.52 | 0 | 0.73 | 0.17 |
| HSL | 102.58º | 0.64% | 0.52% | - |
| HSV(B) | 102.58º | 0.73% | 0.83% | - |
| XYZ | 29.37 | 49.64 | 11.77 | - |
| YUV | 160.44 | 69.06 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 211 | 56 | 0.52 | 0 | 0.73 | 0.17 | 102.58 | 0.64 | 0.52 |
| Hex | 65 | D3 | 38 | 34 | 0 | 49 | 11 | 67 | 40 | 34 |
| Octal | 145 | 323 | 70 | 64 | 0 | 111 | 21 | 147 | 100 | 64 |
| Binary | 1100101 | 11010011 | 111000 | 110100 | 0 | 1001001 | 10001 | 1100111 | 1000000 | 110100 |
Color Harmonies of #65D338
Complementary color
Monochromatic Colors of #65D338
Black with #65D338
Text Example
Text Example
White with #65D338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65D338; }
p { color: rgb(101,211,56); }
H1.HeaderClassName
{
color: #65D338;
}
.AnyTagClassName
{
color: #65D338;
}
</style>
background-color css
<style>
a { background-color: #65D338; }
a { background-color: rgb(101,211,56); }
div.DivClassName
{
background-color: #65D338;
}
.BgClassName
{
background-color: #65D338;
}
</style>
border-color css
<style>
span { border-color: #65D338; }
span { border-color: rgb(101,211,56); }
td.TdClassName
{
border-color: #65D338;
}
.TagClassName
{
border-color: #65D338;
}
</style>