Html Css Color HEX #64E672 Pastel Green

📋 copy color: '#64E672'

red 100 ◦ green 230 ◦ blue 114

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

Shades of Pastel Green #64E672

Tints of Pastel Green #64E672

RGB

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

 GREEN value IS 230 (90.23% from 255) = 51.8%

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

R = 22.52%
G = 51.8%
B = 25.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#64E672 (or 0x64E672) is known color: Pastel Green. HEX triplet: 64, E6 and 72. RGB value is (100,230,114). Sum of RGB (Red+Green+Blue) = 100+230+114=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 230 (90.23% from 255 or 51.80% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 230 - color contains mainly: green. Hex color #64E672 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64E672 is #9B198D. Grayscale: #B2B2B2. Windows color (decimal): -10164622 or 7530084. OLE color: 7530084.

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

Color convert

RGB 100 230 114 -
CMYK 0.57 0 0.50 0.10
HSL 126.46º 0.72% 0.65% -
HSV(B) 126.46º 0.57% 0.9% -
XYZ 36.59 60.52 25.67 -
YUV 177.91 91.93 72.43 -
System Red Green Blue C M Y K H S L
Decimal 100 230 114 0.57 0 0.50 0.10 126.46 0.72 0.65
Hex 64 E6 72 39 0 32 A 7E 48 41
Octal 144 346 162 71 0 62 12 176 110 101
Binary 1100100 11100110 1110010 111001 0 110010 1010 1111110 1001000 1000001

Color Harmonies of #64E672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E672

Black with #64E672

Text Example


Text Example

White with #64E672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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