Html Css Color HEX #64E270 Pastel Green

📋 copy color: '#64E270'

red 100 ◦ green 226 ◦ blue 112

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

Shades of Pastel Green #64E270

Tints of Pastel Green #64E270

RGB

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

 GREEN value IS 226 (88.67% from 255) = 51.6%

 BLUE value IS 112 (44.14% from 255) = 25.57%

R = 22.83%
G = 51.6%
B = 25.57%

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

#64E270 (or 0x64E270) is known color: Pastel Green. HEX triplet: 64, E2 and 70. RGB value is (100,226,112). Sum of RGB (Red+Green+Blue) = 100+226+112=438 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.83% from 438); Green value is 226 (88.67% from 255 or 51.60% from 438); Blue value is 112 (44.14% from 255 or 25.57% from 438); Max value from RGB is 226 - color contains mainly: green. Hex color #64E270 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E270 is #9B1D8F. Grayscale: #AFAFAF. Windows color (decimal): -10165648 or 7397988. OLE color: 7397988.

HSL color Cylindrical-coordinate representation of color #64E270: hue angle of 125.71º degrees, saturation: 0.68, 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 #64E270 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 226 112 -
CMYK 0.56 0 0.50 0.11
HSL 125.71º 0.68% 0.64% -
HSV(B) 125.71º 0.56% 0.89% -
XYZ 35.38 58.27 24.71 -
YUV 175.33 92.26 74.27 -
System Red Green Blue C M Y K H S L
Decimal 100 226 112 0.56 0 0.50 0.11 125.71 0.68 0.64
Hex 64 E2 70 38 0 32 B 7E 44 40
Octal 144 342 160 70 0 62 13 176 104 100
Binary 1100100 11100010 1110000 111000 0 110010 1011 1111110 1000100 1000000

Color Harmonies of #64E270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E270

Black with #64E270

Text Example


Text Example

White with #64E270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,226,112); }

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

background-color css

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

 a { background-color: rgb(100,226,112); }

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

border-color css

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

 span { border-color: rgb(100,226,112); }

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