Html Css Color HEX #64EB90 Pastel Green

📋 copy color: '#64EB90'

red 100 ◦ green 235 ◦ blue 144

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

Shades of Pastel Green #64EB90

Tints of Pastel Green #64EB90

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.06%

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

R = 20.88%
G = 49.06%
B = 30.06%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.39

 K value IS 0.08

RGB Variations

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

Color information

#64EB90 (or 0x64EB90) is known color: Pastel Green. HEX triplet: 64, EB and 90. RGB value is (100,235,144). Sum of RGB (Red+Green+Blue) = 100+235+144=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #64EB90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EB90 is #9B146F. Grayscale: #B8B8B8. Windows color (decimal): -10163312 or 9497444. OLE color: 9497444.

HSL color Cylindrical-coordinate representation of color #64EB90: hue angle of 139.56º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EB90 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 235 144 -
CMYK 0.57 0 0.39 0.08
HSL 139.56º 0.77% 0.66% -
HSV(B) 139.56º 0.57% 0.92% -
XYZ 40 64.14 36.66 -
YUV 184.26 105.27 67.9 -
System Red Green Blue C M Y K H S L
Decimal 100 235 144 0.57 0 0.39 0.08 139.56 0.77 0.66
Hex 64 EB 90 39 0 27 8 8C 4D 42
Octal 144 353 220 71 0 47 10 214 115 102
Binary 1100100 11101011 10010000 111001 0 100111 1000 10001100 1001101 1000010

Color Harmonies of #64EB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EB90

Black with #64EB90

Text Example


Text Example

White with #64EB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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