Html Css Color HEX #64F18C Pastel Green

📋 copy color: '#64F18C'

red 100 ◦ green 241 ◦ blue 140

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

Shades of Pastel Green #64F18C

Tints of Pastel Green #64F18C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.11%

R = 20.79%
G = 50.1%
B = 29.11%

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

#64F18C (or 0x64F18C) is known color: Pastel Green. HEX triplet: 64, F1 and 8C. RGB value is (100,241,140). Sum of RGB (Red+Green+Blue) = 100+241+140=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #64F18C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F18C is #9B0E73. Grayscale: #BBBBBB. Windows color (decimal): -10161780 or 9236836. OLE color: 9236836.

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

Color convert

RGB 100 241 140 -
CMYK 0.59 0 0.42 0.05
HSL 137.02º 0.83% 0.67% -
HSV(B) 137.02º 0.59% 0.95% -
XYZ 41.44 67.51 35.66 -
YUV 187.33 101.29 65.71 -
System Red Green Blue C M Y K H S L
Decimal 100 241 140 0.59 0 0.42 0.05 137.02 0.83 0.67
Hex 64 F1 8C 3B 0 2A 5 89 53 43
Octal 144 361 214 73 0 52 5 211 123 103
Binary 1100100 11110001 10001100 111011 0 101010 101 10001001 1010011 1000011

Color Harmonies of #64F18C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F18C

Black with #64F18C

Text Example


Text Example

White with #64F18C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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