Html Css Color HEX #7DEC70 Pastel Green

📋 copy color: '#7DEC70'

red 125 ◦ green 236 ◦ blue 112

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

Shades of Pastel Green #7DEC70

Tints of Pastel Green #7DEC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.68%

R = 26.43%
G = 49.89%
B = 23.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#7DEC70 (or 0x7DEC70) is known color: Pastel Green. HEX triplet: 7D, EC and 70. RGB value is (125,236,112). Sum of RGB (Red+Green+Blue) = 125+236+112=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEC70 is #82138F. Grayscale: #BDBDBD. Windows color (decimal): -8524688 or 7400573. OLE color: 7400573.

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

Color convert

RGB 125 236 112 -
CMYK 0.47 0 0.53 0.07
HSL 113.71º 0.77% 0.68% -
HSV(B) 113.71º 0.53% 0.93% -
XYZ 41.38 65.52 25.8 -
YUV 188.68 84.73 82.58 -
System Red Green Blue C M Y K H S L
Decimal 125 236 112 0.47 0 0.53 0.07 113.71 0.77 0.68
Hex 7D EC 70 2F 0 35 7 72 4D 44
Octal 175 354 160 57 0 65 7 162 115 104
Binary 1111101 11101100 1110000 101111 0 110101 111 1110010 1001101 1000100

Color Harmonies of #7DEC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEC70

Black with #7DEC70

Text Example


Text Example

White with #7DEC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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