#65D53F

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

Shades of Apple #65D53F

Tints of Apple #65D53F

Color information

#65D53F (or 0x65D53F) is unknown color: approx Apple. HEX triplet: 65, D5 and 3F. RGB value is (101,213,63). Sum of RGB (Red+Green+Blue) = 101+213+63=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 63 (25% from 255 or 16.71% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #65D53F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D53F is #9A2AC0. Grayscale: #A2A2A2. Windows color (decimal): -10103489 or 4183397. OLE color: 4183397.

HSL color Cylindrical-coordinate representation of color #65D53F: hue angle of 104.8º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65D53F is Cyan = 0.53, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB10121363-
CMYK0.5300.700.16
HSL104.8º64.1%54.12%-
HSV(B)104.8º70.42%83.53%-
XYZ30.0650.7112.91-
YUV162.4171.8984.2-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.79%
GREEN value IS 213 (83.59% from 255) = 56.50%
BLUE value IS 63 (25% from 255) = 16.71%
R=26.79%
G=56.50%
B=16.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101213630.5300.700.16104.864.154.12
Hex65D53F3504610694036
Octal145325776501062015110066
Binary110010111010101111111110101010001101000011010011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,213,63); }

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

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

 a { background-color: rgb(101,213,63); }

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

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

 span { border-color: rgb(101,213,63); }

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