#65D54F

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

Shades of Apple #65D54F

Tints of Apple #65D54F

Color information

#65D54F (or 0x65D54F) is unknown color: approx Apple. HEX triplet: 65, D5 and 4F. RGB value is (101,213,79). Sum of RGB (Red+Green+Blue) = 101+213+79=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #65D54F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65D54F is #9A2AB0. Grayscale: #A4A4A4. Windows color (decimal): -10103473 or 5231973. OLE color: 5231973.

HSL color Cylindrical-coordinate representation of color #65D54F: hue angle of 110.15º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #65D54F is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB10121379-
CMYK0.5300.630.16
HSL110.15º61.47%57.25%-
HSV(B)110.15º62.91%83.53%-
XYZ30.5750.9215.61-
YUV164.2479.8982.9-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 25.70%
GREEN value IS 213 (83.59% from 255) = 54.20%
BLUE value IS 79 (31.25% from 255) = 20.10%
R=25.70%
G=54.20%
B=20.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal101213790.5300.630.16110.1561.4757.25
Hex65D54F3503F106e3d39
Octal14532511765077201567571
Binary11001011101010110011111101010111111100001101110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D54F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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