Html Css Color HEX #64EA74 Pastel Green

📋 copy color: '#64EA74'

red 100 ◦ green 234 ◦ blue 116

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

Shades of Pastel Green #64EA74

Tints of Pastel Green #64EA74

RGB

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

 GREEN value IS 234 (91.8% from 255) = 52%

 BLUE value IS 116 (45.7% from 255) = 25.78%

R = 22.22%
G = 52%
B = 25.78%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#64EA74 (or 0x64EA74) is known color: Pastel Green. HEX triplet: 64, EA and 74. RGB value is (100,234,116). Sum of RGB (Red+Green+Blue) = 100+234+116=450 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.22% from 450); Green value is 234 (91.80% from 255 or 52% from 450); Blue value is 116 (45.70% from 255 or 25.78% from 450); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA74 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64EA74 is #9B158B. Grayscale: #B4B4B4. Windows color (decimal): -10163596 or 7662180. OLE color: 7662180.

HSL color Cylindrical-coordinate representation of color #64EA74: hue angle of 127.16º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EA74 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 234 116 -
CMYK 0.57 0 0.50 0.08
HSL 127.16º 0.76% 0.65% -
HSV(B) 127.16º 0.57% 0.92% -
XYZ 37.83 62.82 26.65 -
YUV 180.48 91.61 70.59 -
System Red Green Blue C M Y K H S L
Decimal 100 234 116 0.57 0 0.50 0.08 127.16 0.76 0.65
Hex 64 EA 74 39 0 32 8 7F 4C 41
Octal 144 352 164 71 0 62 10 177 114 101
Binary 1100100 11101010 1110100 111001 0 110010 1000 1111111 1001100 1000001

Color Harmonies of #64EA74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EA74

Black with #64EA74

Text Example


Text Example

White with #64EA74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,234,116); }

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

background-color css

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

 a { background-color: rgb(100,234,116); }

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

border-color css

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

 span { border-color: rgb(100,234,116); }

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