Html Css Color HEX #64E131 Apple

📋 copy color: '#64E131'

red 100 ◦ green 225 ◦ blue 49

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

Shades of Apple #64E131

Tints of Apple #64E131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.1%

R = 26.74%
G = 60.16%
B = 13.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#64E131 (or 0x64E131) is known color: Apple. HEX triplet: 64, E1 and 31. RGB value is (100,225,49). Sum of RGB (Red+Green+Blue) = 100+225+49=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 225 (88.28% from 255 or 60.16% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 225 - color contains mainly: green. Hex color #64E131 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #64E131 is #9B1ECE. Grayscale: #A8A8A8. Windows color (decimal): -10165967 or 3268964. OLE color: 3268964.

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

Color convert

RGB 100 225 49 -
CMYK 0.56 0 0.78 0.12
HSL 102.61º 0.75% 0.54% -
HSV(B) 102.61º 0.78% 0.88% -
XYZ 32.74 56.78 12.14 -
YUV 167.56 61.09 79.81 -
System Red Green Blue C M Y K H S L
Decimal 100 225 49 0.56 0 0.78 0.12 102.61 0.75 0.54
Hex 64 E1 31 38 0 4E C 67 4B 36
Octal 144 341 61 70 0 116 14 147 113 66
Binary 1100100 11100001 110001 111000 0 1001110 1100 1100111 1001011 110110

Color Harmonies of #64E131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E131

Black with #64E131

Text Example


Text Example

White with #64E131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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