Html Css Color HEX #7DEB82 Pastel Green

📋 copy color: '#7DEB82'

red 125 ◦ green 235 ◦ blue 130

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

Shades of Pastel Green #7DEB82

Tints of Pastel Green #7DEB82

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.96%

 BLUE value IS 130 (51.17% from 255) = 26.53%

R = 25.51%
G = 47.96%
B = 26.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#7DEB82 (or 0x7DEB82) is known color: Pastel Green. HEX triplet: 7D, EB and 82. RGB value is (125,235,130). Sum of RGB (Red+Green+Blue) = 125+235+130=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 235 (92.19% from 255 or 47.96% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEB82 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEB82 is #82147D. Grayscale: #BEBEBE. Windows color (decimal): -8524926 or 8579965. OLE color: 8579965.

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

Color convert

RGB 125 235 130 -
CMYK 0.47 0 0.45 0.08
HSL 122.73º 0.73% 0.71% -
HSV(B) 122.73º 0.47% 0.92% -
XYZ 42.2 65.39 31.52 -
YUV 190.14 94.06 81.54 -
System Red Green Blue C M Y K H S L
Decimal 125 235 130 0.47 0 0.45 0.08 122.73 0.73 0.71
Hex 7D EB 82 2F 0 2D 8 7B 49 47
Octal 175 353 202 57 0 55 10 173 111 107
Binary 1111101 11101011 10000010 101111 0 101101 1000 1111011 1001001 1000111

Color Harmonies of #7DEB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEB82

Black with #7DEB82

Text Example


Text Example

White with #7DEB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,235,130); }

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

background-color css

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

 a { background-color: rgb(125,235,130); }

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

border-color css

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

 span { border-color: rgb(125,235,130); }

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