#65D051

Color #65D051 Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #65D051

Tints of Apple #65D051

Color information

#65D051 (or 0x65D051) is unknown color: approx Apple. HEX triplet: 65, D0 and 51. RGB value is (101,208,81). Sum of RGB (Red+Green+Blue) = 101+208+81=390 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.90% from 390); Green value is 208 (81.64% from 255 or 53.33% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 208 - color contains mainly: green. Hex color #65D051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D051 is #9A2FAE. Grayscale: #A1A1A1. Windows color (decimal): -10104751 or 5361765. OLE color: 5361765.

HSL color Cylindrical-coordinate representation of color #65D051: hue angle of 110.55º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65D051 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB10120881-
CMYK0.5100.610.18
HSL110.55º57.47%56.67%-
HSV(B)110.55º61.06%81.57%-
XYZ29.4148.4715.59-
YUV161.5382.5584.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 101 (39.84% from 255) = 25.90%
GREEN value IS 208 (81.64% from 255) = 53.33%
BLUE value IS 81 (32.03% from 255) = 20.77%
R=25.90%
G=53.33%
B=20.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101208810.5100.610.18110.5557.4756.67
Hex65D0513303D126f3939
Octal14532012163075221577171
Binary11001011101000010100011100110111101100101101111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65D051; }

 p { color: rgb(101,208,81); }

 H1.HeaderClassName
 {
   color: #65D051;
 }
 .AnyTagClassName
 {
   color: #65D051;
 }
</style>
background-color css

<style>
 a { background-color: #65D051; }

 a { background-color: rgb(101,208,81); }

 div.DivClassName
 {
   background-color: #65D051;
 }
 .BgClassName
 {
   background-color: #65D051;
 }
</style>
border-color css

<style>
 span { border-color: #65D051; }

 span { border-color: rgb(101,208,81); }

 td.TdClassName
 {
   border-color: #65D051;
 }
 .TagClassName
 {
   border-color: #65D051;
 }
</style>