Html Css Color HEX #64F18A Pastel Green

📋 copy color: '#64F18A'

red 100 ◦ green 241 ◦ blue 138

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

Shades of Pastel Green #64F18A

Tints of Pastel Green #64F18A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.31%

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

R = 20.88%
G = 50.31%
B = 28.81%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#64F18A (or 0x64F18A) is known color: Pastel Green. HEX triplet: 64, F1 and 8A. RGB value is (100,241,138). Sum of RGB (Red+Green+Blue) = 100+241+138=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 138 (54.30% from 255 or 28.81% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #64F18A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F18A is #9B0E75. Grayscale: #BBBBBB. Windows color (decimal): -10161782 or 9105764. OLE color: 9105764.

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

Color convert

RGB 100 241 138 -
CMYK 0.59 0 0.43 0.05
HSL 136.17º 0.83% 0.67% -
HSV(B) 136.17º 0.59% 0.95% -
XYZ 41.3 67.45 34.89 -
YUV 187.1 100.29 65.88 -
System Red Green Blue C M Y K H S L
Decimal 100 241 138 0.59 0 0.43 0.05 136.17 0.83 0.67
Hex 64 F1 8A 3B 0 2B 5 88 53 43
Octal 144 361 212 73 0 53 5 210 123 103
Binary 1100100 11110001 10001010 111011 0 101011 101 10001000 1010011 1000011

Color Harmonies of #64F18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F18A

Black with #64F18A

Text Example


Text Example

White with #64F18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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