Html Css Color HEX #64E141 Apple

📋 copy color: '#64E141'

red 100 ◦ green 225 ◦ blue 65

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

Shades of Apple #64E141

Tints of Apple #64E141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.67%

R = 25.64%
G = 57.69%
B = 16.67%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#64E141 (or 0x64E141) is known color: Apple. HEX triplet: 64, E1 and 41. RGB value is (100,225,65). Sum of RGB (Red+Green+Blue) = 100+225+65=390 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.64% from 390); Green value is 225 (88.28% from 255 or 57.69% from 390); Blue value is 65 (25.78% from 255 or 16.67% from 390); Max value from RGB is 225 - color contains mainly: green. Hex color #64E141 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E141 is #9B1EBE. Grayscale: #A9A9A9. Windows color (decimal): -10165951 or 4317540. OLE color: 4317540.

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

Color convert

RGB 100 225 65 -
CMYK 0.56 0 0.71 0.12
HSL 106.88º 0.73% 0.57% -
HSV(B) 106.88º 0.71% 0.88% -
XYZ 33.13 56.94 14.25 -
YUV 169.39 69.09 78.51 -
System Red Green Blue C M Y K H S L
Decimal 100 225 65 0.56 0 0.71 0.12 106.88 0.73 0.57
Hex 64 E1 41 38 0 47 C 6B 49 39
Octal 144 341 101 70 0 107 14 153 111 71
Binary 1100100 11100001 1000001 111000 0 1000111 1100 1101011 1001001 111001

Color Harmonies of #64E141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E141

Black with #64E141

Text Example


Text Example

White with #64E141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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