Html Css Color HEX #64E472 Pastel Green

📋 copy color: '#64E472'

red 100 ◦ green 228 ◦ blue 114

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

Shades of Pastel Green #64E472

Tints of Pastel Green #64E472

RGB

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

 GREEN value IS 228 (89.45% from 255) = 51.58%

 BLUE value IS 114 (44.92% from 255) = 25.79%

R = 22.62%
G = 51.58%
B = 25.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#64E472 (or 0x64E472) is known color: Pastel Green. HEX triplet: 64, E4 and 72. RGB value is (100,228,114). Sum of RGB (Red+Green+Blue) = 100+228+114=442 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.62% from 442); Green value is 228 (89.45% from 255 or 51.58% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 228 - color contains mainly: green. Hex color #64E472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E472 is #9B1B8D. Grayscale: #B1B1B1. Windows color (decimal): -10165134 or 7529572. OLE color: 7529572.

HSL color Cylindrical-coordinate representation of color #64E472: hue angle of 126.56º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E472 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 228 114 -
CMYK 0.56 0 0.50 0.11
HSL 126.56º 0.7% 0.64% -
HSV(B) 126.56º 0.56% 0.89% -
XYZ 36.04 59.41 25.49 -
YUV 176.73 92.59 73.27 -
System Red Green Blue C M Y K H S L
Decimal 100 228 114 0.56 0 0.50 0.11 126.56 0.7 0.64
Hex 64 E4 72 38 0 32 B 7F 46 40
Octal 144 344 162 70 0 62 13 177 106 100
Binary 1100100 11100100 1110010 111000 0 110010 1011 1111111 1000110 1000000

Color Harmonies of #64E472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E472

Black with #64E472

Text Example


Text Example

White with #64E472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,228,114); }

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

background-color css

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

 a { background-color: rgb(100,228,114); }

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

border-color css

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

 span { border-color: rgb(100,228,114); }

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