Html Css Color HEX #64F08E Pastel Green

📋 copy color: '#64F08E'

red 100 ◦ green 240 ◦ blue 142

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

Shades of Pastel Green #64F08E

Tints of Pastel Green #64F08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.46%

R = 20.75%
G = 49.79%
B = 29.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#64F08E (or 0x64F08E) is known color: Pastel Green. HEX triplet: 64, F0 and 8E. RGB value is (100,240,142). Sum of RGB (Red+Green+Blue) = 100+240+142=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #64F08E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F08E is #9B0F71. Grayscale: #BBBBBB. Windows color (decimal): -10162034 or 9367652. OLE color: 9367652.

HSL color Cylindrical-coordinate representation of color #64F08E: hue angle of 138º 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 #64F08E is Cyan = 0.58, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 240 142 -
CMYK 0.58 0 0.41 0.06
HSL 138º 0.82% 0.67% -
HSV(B) 138º 0.58% 0.94% -
XYZ 41.3 66.98 36.34 -
YUV 186.97 102.62 65.97 -
System Red Green Blue C M Y K H S L
Decimal 100 240 142 0.58 0 0.41 0.06 138 0.82 0.67
Hex 64 F0 8E 3A 0 29 6 8A 52 43
Octal 144 360 216 72 0 51 6 212 122 103
Binary 1100100 11110000 10001110 111010 0 101001 110 10001010 1010010 1000011

Color Harmonies of #64F08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F08E

Black with #64F08E

Text Example


Text Example

White with #64F08E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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