Html Css Color HEX #64F28D Pastel Green

📋 copy color: '#64F28D'

red 100 ◦ green 242 ◦ blue 141

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

Shades of Pastel Green #64F28D

Tints of Pastel Green #64F28D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.1%

 BLUE value IS 141 (55.47% from 255) = 29.19%

R = 20.7%
G = 50.1%
B = 29.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.42

 K value IS 0.05

RGB Variations

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

Color information

#64F28D (or 0x64F28D) is known color: Pastel Green. HEX triplet: 64, F2 and 8D. RGB value is (100,242,141). Sum of RGB (Red+Green+Blue) = 100+242+141=483 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.70% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #64F28D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F28D is #9B0D72. Grayscale: #BCBCBC. Windows color (decimal): -10161523 or 9302628. OLE color: 9302628.

HSL color Cylindrical-coordinate representation of color #64F28D: hue angle of 137.32º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64F28D is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 242 141 -
CMYK 0.59 0 0.42 0.05
HSL 137.32º 0.85% 0.67% -
HSV(B) 137.32º 0.59% 0.95% -
XYZ 41.82 68.14 36.15 -
YUV 188.03 101.46 65.21 -
System Red Green Blue C M Y K H S L
Decimal 100 242 141 0.59 0 0.42 0.05 137.32 0.85 0.67
Hex 64 F2 8D 3B 0 2A 5 89 55 43
Octal 144 362 215 73 0 52 5 211 125 103
Binary 1100100 11110010 10001101 111011 0 101010 101 10001001 1010101 1000011

Color Harmonies of #64F28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F28D

Black with #64F28D

Text Example


Text Example

White with #64F28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,242,141); }

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

background-color css

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

 a { background-color: rgb(100,242,141); }

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

border-color css

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

 span { border-color: rgb(100,242,141); }

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