Html Css Color HEX #64EC92 Pastel Green

📋 copy color: '#64EC92'

red 100 ◦ green 236 ◦ blue 146

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

Shades of Pastel Green #64EC92

Tints of Pastel Green #64EC92

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.96%

 BLUE value IS 146 (57.42% from 255) = 30.29%

R = 20.75%
G = 48.96%
B = 30.29%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#64EC92 (or 0x64EC92) is known color: Pastel Green. HEX triplet: 64, EC and 92. RGB value is (100,236,146). Sum of RGB (Red+Green+Blue) = 100+236+146=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC92 is #9B136D. Grayscale: #B9B9B9. Windows color (decimal): -10163054 or 9628772. OLE color: 9628772.

HSL color Cylindrical-coordinate representation of color #64EC92: hue angle of 140.29º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EC92 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 146 -
CMYK 0.58 0 0.38 0.07
HSL 140.29º 0.78% 0.66% -
HSV(B) 140.29º 0.58% 0.93% -
XYZ 40.44 64.78 37.57 -
YUV 185.08 105.94 67.32 -
System Red Green Blue C M Y K H S L
Decimal 100 236 146 0.58 0 0.38 0.07 140.29 0.78 0.66
Hex 64 EC 92 3A 0 26 7 8C 4E 42
Octal 144 354 222 72 0 46 7 214 116 102
Binary 1100100 11101100 10010010 111010 0 100110 111 10001100 1001110 1000010

Color Harmonies of #64EC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EC92

Black with #64EC92

Text Example


Text Example

White with #64EC92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,236,146); }

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

background-color css

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

 a { background-color: rgb(100,236,146); }

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

border-color css

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

 span { border-color: rgb(100,236,146); }

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