Html Css Color HEX #7FEA7D Pastel Green

📋 copy color: '#7FEA7D'

red 127 ◦ green 234 ◦ blue 125

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

Shades of Pastel Green #7FEA7D

Tints of Pastel Green #7FEA7D

RGB

 RED value IS 127 (50% from 255) = 26.13%

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

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 26.13%
G = 48.15%
B = 25.72%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#7FEA7D (or 0x7FEA7D) is known color: Pastel Green. HEX triplet: 7F, EA and 7D. RGB value is (127,234,125). Sum of RGB (Red+Green+Blue) = 127+234+125=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #7FEA7D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FEA7D is #801582. Grayscale: #BDBDBD. Windows color (decimal): -8394115 or 8252031. OLE color: 8252031.

HSL color Cylindrical-coordinate representation of color #7FEA7D: hue angle of 118.9º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7FEA7D is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 234 125 -
CMYK 0.46 0 0.47 0.08
HSL 118.9º 0.72% 0.7% -
HSV(B) 118.9º 0.47% 0.92% -
XYZ 41.88 64.84 29.71 -
YUV 189.58 91.55 83.36 -
System Red Green Blue C M Y K H S L
Decimal 127 234 125 0.46 0 0.47 0.08 118.9 0.72 0.7
Hex 7F EA 7D 2E 0 2F 8 77 48 46
Octal 177 352 175 56 0 57 10 167 110 106
Binary 1111111 11101010 1111101 101110 0 101111 1000 1110111 1001000 1000110

Color Harmonies of #7FEA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FEA7D

Black with #7FEA7D

Text Example


Text Example

White with #7FEA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FEA7D; }

 p { color: rgb(127,234,125); }

 H1.HeaderClassName
 {
   color: #7FEA7D;
 }
 .AnyTagClassName
 {
   color: #7FEA7D;
 }
</style>

background-color css

<style>
 a { background-color: #7FEA7D; }

 a { background-color: rgb(127,234,125); }

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

border-color css

<style>
 span { border-color: #7FEA7D; }

 span { border-color: rgb(127,234,125); }

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