Html Css Color HEX #64F190 Pastel Green

📋 copy color: '#64F190'

red 100 ◦ green 241 ◦ blue 144

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

Shades of Pastel Green #64F190

Tints of Pastel Green #64F190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.69%

R = 20.62%
G = 49.69%
B = 29.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#64F190 (or 0x64F190) is known color: Pastel Green. HEX triplet: 64, F1 and 90. RGB value is (100,241,144). Sum of RGB (Red+Green+Blue) = 100+241+144=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #64F190 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64F190 is #9B0E6F. Grayscale: #BCBCBC. Windows color (decimal): -10161776 or 9498980. OLE color: 9498980.

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

Color convert

RGB 100 241 144 -
CMYK 0.59 0 0.40 0.05
HSL 138.72º 0.83% 0.67% -
HSV(B) 138.72º 0.59% 0.95% -
XYZ 41.74 67.63 37.24 -
YUV 187.78 103.29 65.39 -
System Red Green Blue C M Y K H S L
Decimal 100 241 144 0.59 0 0.40 0.05 138.72 0.83 0.67
Hex 64 F1 90 3B 0 28 5 8B 53 43
Octal 144 361 220 73 0 50 5 213 123 103
Binary 1100100 11110001 10010000 111011 0 101000 101 10001011 1010011 1000011

Color Harmonies of #64F190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64F190

Black with #64F190

Text Example


Text Example

White with #64F190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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