#64BE4E

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

Shades of Apple #64BE4E

Tints of Apple #64BE4E

Color information

#64BE4E (or 0x64BE4E) is unknown color: approx Apple. HEX triplet: 64, BE and 4E. RGB value is (100,190,78). Sum of RGB (Red+Green+Blue) = 100+190+78=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 190 (74.61% from 255 or 51.63% from 368); Blue value is 78 (30.86% from 255 or 21.20% from 368); Max value from RGB is 190 - color contains mainly: green. Hex color #64BE4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64BE4E is #9B41B1. Grayscale: #969696. Windows color (decimal): -10174898 or 5160548. OLE color: 5160548.

HSL color Cylindrical-coordinate representation of color #64BE4E: hue angle of 108.21º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64BE4E is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB10019078-
CMYK0.4700.590.25
HSL108.21º46.28%52.55%-
HSV(B)108.21º58.95%74.51%-
XYZ25.0440.0913.63-
YUV150.3287.1892.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.17%
GREEN value IS 190 (74.61% from 255) = 51.63%
BLUE value IS 78 (30.86% from 255) = 21.20%
R=27.17%
G=51.63%
B=21.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal100190780.4700.590.25108.2146.2852.55
Hex64BE4E2F03B196c2e35
Octal14427611657073311545665
Binary11001001011111010011101011110111011110011101100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64BE4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64BE4E; }

 p { color: rgb(100,190,78); }

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

<style>
 a { background-color: #64BE4E; }

 a { background-color: rgb(100,190,78); }

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

<style>
 span { border-color: #64BE4E; }

 span { border-color: rgb(100,190,78); }

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