Shades of Apple #65DF35
Tints of Apple #65DF35
RGB
CMYK
RGB Variations
Color information
#65DF35 (or 0x65DF35) is known color: Apple. HEX triplet: 65, DF and 35. RGB value is (101,223,53). Sum of RGB (Red+Green+Blue) = 101+223+53=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 223 (87.5% from 255 or 59.15% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 223 - color contains mainly: green. Hex color #65DF35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65DF35 is #9A20CA. Grayscale: #A7A7A7. Windows color (decimal): -10100939 or 3530597. OLE color: 3530597.
HSL color Cylindrical-coordinate representation of color #65DF35: hue angle of 103.06º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #65DF35 is Cyan = 0.55, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 101 | 223 | 53 | - |
| CMYK | 0.55 | 0 | 0.76 | 0.13 |
| HSL | 103.06º | 0.73% | 0.54% | - |
| HSV(B) | 103.06º | 0.76% | 0.87% | - |
| XYZ | 32.4 | 55.8 | 12.43 | - |
| YUV | 167.14 | 63.58 | 80.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 223 | 53 | 0.55 | 0 | 0.76 | 0.13 | 103.06 | 0.73 | 0.54 |
| Hex | 65 | DF | 35 | 37 | 0 | 4C | D | 67 | 49 | 36 |
| Octal | 145 | 337 | 65 | 67 | 0 | 114 | 15 | 147 | 111 | 66 |
| Binary | 1100101 | 11011111 | 110101 | 110111 | 0 | 1001100 | 1101 | 1100111 | 1001001 | 110110 |
Color Harmonies of #65DF35
Complementary color
Monochromatic Colors of #65DF35
Black with #65DF35
Text Example
Text Example
White with #65DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65DF35; }
p { color: rgb(101,223,53); }
H1.HeaderClassName
{
color: #65DF35;
}
.AnyTagClassName
{
color: #65DF35;
}
</style>
background-color css
<style>
a { background-color: #65DF35; }
a { background-color: rgb(101,223,53); }
div.DivClassName
{
background-color: #65DF35;
}
.BgClassName
{
background-color: #65DF35;
}
</style>
border-color css
<style>
span { border-color: #65DF35; }
span { border-color: rgb(101,223,53); }
td.TdClassName
{
border-color: #65DF35;
}
.TagClassName
{
border-color: #65DF35;
}
</style>