#65D057

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

Shades of Apple #65D057

Tints of Apple #65D057

Color information

#65D057 (or 0x65D057) is unknown color: approx Apple. HEX triplet: 65, D0 and 57. RGB value is (101,208,87). Sum of RGB (Red+Green+Blue) = 101+208+87=396 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.51% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 87 (34.38% from 255 or 21.97% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #65D057 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D057 is #9A2FA8. Grayscale: #A2A2A2. Windows color (decimal): -10104745 or 5754981. OLE color: 5754981.

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

Color convert

RGB10120887-
CMYK0.5100.580.18
HSL113.06º56.28%57.84%-
HSV(B)113.06º58.17%81.57%-
XYZ29.6448.5716.83-
YUV162.2185.5584.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.51%
GREEN value IS 208 (81.64% from 255) = 52.53%
BLUE value IS 87 (34.38% from 255) = 21.97%
R=25.51%
G=52.53%
B=21.97%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101208870.5100.580.18113.0656.2857.84
Hex65D0573303A1271383a
Octal14532012763072221617072
Binary11001011101000010101111100110111010100101110001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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