Html Css Color HEX #7ED272 Pastel Green

📋 copy color: '#7ED272'

red 126 ◦ green 210 ◦ blue 114

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

Shades of Pastel Green #7ED272

Tints of Pastel Green #7ED272

RGB

 RED value IS 126 (49.61% from 255) = 28%

 GREEN value IS 210 (82.42% from 255) = 46.67%

 BLUE value IS 114 (44.92% from 255) = 25.33%

R = 28%
G = 46.67%
B = 25.33%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#7ED272 (or 0x7ED272) is known color: Pastel Green. HEX triplet: 7E, D2 and 72. RGB value is (126,210,114). Sum of RGB (Red+Green+Blue) = 126+210+114=450 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28% from 450); Green value is 210 (82.42% from 255 or 46.67% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 210 - color contains mainly: green. Hex color #7ED272 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED272 is #812D8D. Grayscale: #AEAEAE. Windows color (decimal): -8465806 or 7524990. OLE color: 7524990.

HSL color Cylindrical-coordinate representation of color #7ED272: hue angle of 112.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7ED272 is Cyan = 0.4, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 126 210 114 -
CMYK 0.4 0 0.46 0.18
HSL 112.5º 0.52% 0.64% -
HSV(B) 112.5º 0.46% 0.82% -
XYZ 34.69 51.74 24.08 -
YUV 173.94 94.17 93.81 -
System Red Green Blue C M Y K H S L
Decimal 126 210 114 0.4 0 0.46 0.18 112.5 0.52 0.64
Hex 7E D2 72 28 0 2E 12 70 34 40
Octal 176 322 162 50 0 56 22 160 64 100
Binary 1111110 11010010 1110010 101000 0 101110 10010 1110000 110100 1000000

Color Harmonies of #7ED272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED272

Black with #7ED272

Text Example


Text Example

White with #7ED272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,210,114); }

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

background-color css

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

 a { background-color: rgb(126,210,114); }

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

border-color css

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

 span { border-color: rgb(126,210,114); }

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