Html Css Color HEX #7DFA7A Pastel Green

📋 copy color: '#7DFA7A'

red 125 ◦ green 250 ◦ blue 122

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

Shades of Pastel Green #7DFA7A

Tints of Pastel Green #7DFA7A

RGB

 RED value IS 125 (49.22% from 255) = 25.15%

 GREEN value IS 250 (98.05% from 255) = 50.3%

 BLUE value IS 122 (48.05% from 255) = 24.55%

R = 25.15%
G = 50.3%
B = 24.55%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#7DFA7A (or 0x7DFA7A) is known color: Pastel Green. HEX triplet: 7D, FA and 7A. RGB value is (125,250,122). Sum of RGB (Red+Green+Blue) = 125+250+122=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 250 (98.05% from 255 or 50.30% from 497); Blue value is 122 (48.05% from 255 or 24.55% from 497); Max value from RGB is 250 - color contains mainly: green. Hex color #7DFA7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DFA7A is #820585. Grayscale: #C6C6C6. Windows color (decimal): -8521094 or 8059517. OLE color: 8059517.

HSL color Cylindrical-coordinate representation of color #7DFA7A: hue angle of 118.59º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFA7A is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 250 122 -
CMYK 0.50 0 0.51 0.02
HSL 118.59º 0.93% 0.73% -
HSV(B) 118.59º 0.51% 0.98% -
XYZ 46.16 74.14 30.29 -
YUV 198.03 85.09 75.91 -
System Red Green Blue C M Y K H S L
Decimal 125 250 122 0.50 0 0.51 0.02 118.59 0.93 0.73
Hex 7D FA 7A 32 0 33 2 77 5D 49
Octal 175 372 172 62 0 63 2 167 135 111
Binary 1111101 11111010 1111010 110010 0 110011 10 1110111 1011101 1001001

Color Harmonies of #7DFA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFA7A

Black with #7DFA7A

Text Example


Text Example

White with #7DFA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,250,122); }

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

background-color css

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

 a { background-color: rgb(125,250,122); }

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

border-color css

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

 span { border-color: rgb(125,250,122); }

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