Html Css Color HEX #64F38D Pastel Green

📋 copy color: '#64F38D'

red 100 ◦ green 243 ◦ blue 141

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

Shades of Pastel Green #64F38D

Tints of Pastel Green #64F38D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 50.21%

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

R = 20.66%
G = 50.21%
B = 29.13%

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

#64F38D (or 0x64F38D) is known color: Pastel Green. HEX triplet: 64, F3 and 8D. RGB value is (100,243,141). Sum of RGB (Red+Green+Blue) = 100+243+141=484 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.66% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #64F38D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F38D is #9B0C72. Grayscale: #BCBCBC. Windows color (decimal): -10161267 or 9302884. OLE color: 9302884.

HSL color Cylindrical-coordinate representation of color #64F38D: hue angle of 137.2º degrees, saturation: 0.86, 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 #64F38D is Cyan = 0.59, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.

Color convert

RGB 100 243 141 -
CMYK 0.59 0 0.42 0.05
HSL 137.2º 0.86% 0.67% -
HSV(B) 137.2º 0.59% 0.95% -
XYZ 42.11 68.73 36.25 -
YUV 188.62 101.12 64.79 -
System Red Green Blue C M Y K H S L
Decimal 100 243 141 0.59 0 0.42 0.05 137.2 0.86 0.67
Hex 64 F3 8D 3B 0 2A 5 89 56 43
Octal 144 363 215 73 0 52 5 211 126 103
Binary 1100100 11110011 10001101 111011 0 101010 101 10001001 1010110 1000011

Color Harmonies of #64F38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F38D

Black with #64F38D

Text Example


Text Example

White with #64F38D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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