Html Css Color HEX #64E140 Apple

📋 copy color: '#64E140'

red 100 ◦ green 225 ◦ blue 64

#64E140
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #64E140

Tints of Apple #64E140

RGB

 RED value IS 100 (39.45% from 255) = 25.71%

 GREEN value IS 225 (88.28% from 255) = 57.84%

 BLUE value IS 64 (25.39% from 255) = 16.45%

R = 25.71%
G = 57.84%
B = 16.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.72

 K value IS 0.12

RGB Variations

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

Color information

#64E140 (or 0x64E140) is known color: Apple. HEX triplet: 64, E1 and 40. RGB value is (100,225,64). Sum of RGB (Red+Green+Blue) = 100+225+64=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 225 (88.28% from 255 or 57.84% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 225 - color contains mainly: green. Hex color #64E140 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E140 is #9B1EBF. Grayscale: #A9A9A9. Windows color (decimal): -10165952 or 4252004. OLE color: 4252004.

HSL color Cylindrical-coordinate representation of color #64E140: hue angle of 106.58º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #64E140 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 225 64 -
CMYK 0.56 0 0.72 0.12
HSL 106.58º 0.73% 0.57% -
HSV(B) 106.58º 0.72% 0.88% -
XYZ 33.11 56.93 14.09 -
YUV 169.27 68.59 78.59 -
System Red Green Blue C M Y K H S L
Decimal 100 225 64 0.56 0 0.72 0.12 106.58 0.73 0.57
Hex 64 E1 40 38 0 48 C 6B 49 39
Octal 144 341 100 70 0 110 14 153 111 71
Binary 1100100 11100001 1000000 111000 0 1001000 1100 1101011 1001001 111001

Color Harmonies of #64E140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E140

Black with #64E140

Text Example


Text Example

White with #64E140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,225,64); }

 H1.HeaderClassName
 {
   color: #64E140;
 }
 .AnyTagClassName
 {
   color: #64E140;
 }
</style>

background-color css

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

 a { background-color: rgb(100,225,64); }

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

border-color css

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

 span { border-color: rgb(100,225,64); }

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