Html Css Color HEX #64E985 Pastel Green

📋 copy color: '#64E985'

red 100 ◦ green 233 ◦ blue 133

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

Shades of Pastel Green #64E985

Tints of Pastel Green #64E985

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50%

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

R = 21.46%
G = 50%
B = 28.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#64E985 (or 0x64E985) is known color: Pastel Green. HEX triplet: 64, E9 and 85. RGB value is (100,233,133). Sum of RGB (Red+Green+Blue) = 100+233+133=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 233 (91.41% from 255 or 50% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 233 - color contains mainly: green. Hex color #64E985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64E985 is #9B167A. Grayscale: #B6B6B6. Windows color (decimal): -10163835 or 8776036. OLE color: 8776036.

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

Color convert

RGB 100 233 133 -
CMYK 0.57 0 0.43 0.09
HSL 134.89º 0.75% 0.65% -
HSV(B) 134.89º 0.57% 0.91% -
XYZ 38.63 62.68 32.25 -
YUV 181.83 100.44 69.63 -
System Red Green Blue C M Y K H S L
Decimal 100 233 133 0.57 0 0.43 0.09 134.89 0.75 0.65
Hex 64 E9 85 39 0 2B 9 87 4B 41
Octal 144 351 205 71 0 53 11 207 113 101
Binary 1100100 11101001 10000101 111001 0 101011 1001 10000111 1001011 1000001

Color Harmonies of #64E985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E985

Black with #64E985

Text Example


Text Example

White with #64E985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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