Html Css Color HEX #64EA85 Pastel Green

📋 copy color: '#64EA85'

red 100 ◦ green 234 ◦ blue 133

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

Shades of Pastel Green #64EA85

Tints of Pastel Green #64EA85

RGB

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

 GREEN value IS 234 (91.8% from 255) = 50.11%

 BLUE value IS 133 (52.34% from 255) = 28.48%

R = 21.41%
G = 50.11%
B = 28.48%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#64EA85 (or 0x64EA85) is known color: Pastel Green. HEX triplet: 64, EA and 85. RGB value is (100,234,133). Sum of RGB (Red+Green+Blue) = 100+234+133=467 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.41% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EA85 is #9B157A. Grayscale: #B6B6B6. Windows color (decimal): -10163579 or 8776292. OLE color: 8776292.

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

Color convert

RGB 100 234 133 -
CMYK 0.57 0 0.43 0.08
HSL 134.78º 0.76% 0.65% -
HSV(B) 134.78º 0.57% 0.92% -
XYZ 38.91 63.25 32.35 -
YUV 182.42 100.11 69.21 -
System Red Green Blue C M Y K H S L
Decimal 100 234 133 0.57 0 0.43 0.08 134.78 0.76 0.65
Hex 64 EA 85 39 0 2B 8 87 4C 41
Octal 144 352 205 71 0 53 10 207 114 101
Binary 1100100 11101010 10000101 111001 0 101011 1000 10000111 1001100 1000001

Color Harmonies of #64EA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EA85

Black with #64EA85

Text Example


Text Example

White with #64EA85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,234,133); }

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

background-color css

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

 a { background-color: rgb(100,234,133); }

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

border-color css

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

 span { border-color: rgb(100,234,133); }

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