Html Css Color HEX #64F08A Pastel Green

📋 copy color: '#64F08A'

red 100 ◦ green 240 ◦ blue 138

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

Shades of Pastel Green #64F08A

Tints of Pastel Green #64F08A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.21%

 BLUE value IS 138 (54.3% from 255) = 28.87%

R = 20.92%
G = 50.21%
B = 28.87%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#64F08A (or 0x64F08A) is known color: Pastel Green. HEX triplet: 64, F0 and 8A. RGB value is (100,240,138). Sum of RGB (Red+Green+Blue) = 100+240+138=478 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.92% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #64F08A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F08A is #9B0F75. Grayscale: #BABABA. Windows color (decimal): -10162038 or 9105508. OLE color: 9105508.

HSL color Cylindrical-coordinate representation of color #64F08A: hue angle of 136.29º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64F08A is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 240 138 -
CMYK 0.58 0 0.42 0.06
HSL 136.29º 0.82% 0.67% -
HSV(B) 136.29º 0.58% 0.94% -
XYZ 41 66.86 34.79 -
YUV 186.51 100.62 66.29 -
System Red Green Blue C M Y K H S L
Decimal 100 240 138 0.58 0 0.42 0.06 136.29 0.82 0.67
Hex 64 F0 8A 3A 0 2A 6 88 52 43
Octal 144 360 212 72 0 52 6 210 122 103
Binary 1100100 11110000 10001010 111010 0 101010 110 10001000 1010010 1000011

Color Harmonies of #64F08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F08A

Black with #64F08A

Text Example


Text Example

White with #64F08A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,240,138); }

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

background-color css

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

 a { background-color: rgb(100,240,138); }

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

border-color css

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

 span { border-color: rgb(100,240,138); }

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