Html Css Color HEX #7DEC73 Pastel Green

📋 copy color: '#7DEC73'

red 125 ◦ green 236 ◦ blue 115

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

Shades of Pastel Green #7DEC73

Tints of Pastel Green #7DEC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.16%

R = 26.26%
G = 49.58%
B = 24.16%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#7DEC73 (or 0x7DEC73) is known color: Pastel Green. HEX triplet: 7D, EC and 73. RGB value is (125,236,115). Sum of RGB (Red+Green+Blue) = 125+236+115=476 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.26% from 476); Green value is 236 (92.58% from 255 or 49.58% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEC73 is #82138C. Grayscale: #BDBDBD. Windows color (decimal): -8524685 or 7597181. OLE color: 7597181.

HSL color Cylindrical-coordinate representation of color #7DEC73: hue angle of 115.04º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DEC73 is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 125 236 115 -
CMYK 0.47 0 0.51 0.07
HSL 115.04º 0.76% 0.69% -
HSV(B) 115.04º 0.51% 0.93% -
XYZ 41.55 65.59 26.69 -
YUV 189.02 86.23 82.34 -
System Red Green Blue C M Y K H S L
Decimal 125 236 115 0.47 0 0.51 0.07 115.04 0.76 0.69
Hex 7D EC 73 2F 0 33 7 73 4C 45
Octal 175 354 163 57 0 63 7 163 114 105
Binary 1111101 11101100 1110011 101111 0 110011 111 1110011 1001100 1000101

Color Harmonies of #7DEC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEC73

Black with #7DEC73

Text Example


Text Example

White with #7DEC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,236,115); }

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

background-color css

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

 a { background-color: rgb(125,236,115); }

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

border-color css

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

 span { border-color: rgb(125,236,115); }

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