Html Css Color HEX #7DEB6A Pastel Green

📋 copy color: '#7DEB6A'

red 125 ◦ green 235 ◦ blue 106

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

Shades of Pastel Green #7DEB6A

Tints of Pastel Green #7DEB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.75%

R = 26.82%
G = 50.43%
B = 22.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#7DEB6A (or 0x7DEB6A) is known color: Pastel Green. HEX triplet: 7D, EB and 6A. RGB value is (125,235,106). Sum of RGB (Red+Green+Blue) = 125+235+106=466 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.82% from 466); Green value is 235 (92.19% from 255 or 50.43% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEB6A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEB6A is #821495. Grayscale: #BBBBBB. Windows color (decimal): -8524950 or 7007101. OLE color: 7007101.

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

Color convert

RGB 125 235 106 -
CMYK 0.47 0 0.55 0.08
HSL 111.16º 0.76% 0.67% -
HSV(B) 111.16º 0.55% 0.92% -
XYZ 40.77 64.82 24 -
YUV 187.4 82.06 83.49 -
System Red Green Blue C M Y K H S L
Decimal 125 235 106 0.47 0 0.55 0.08 111.16 0.76 0.67
Hex 7D EB 6A 2F 0 37 8 6F 4C 43
Octal 175 353 152 57 0 67 10 157 114 103
Binary 1111101 11101011 1101010 101111 0 110111 1000 1101111 1001100 1000011

Color Harmonies of #7DEB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEB6A

Black with #7DEB6A

Text Example


Text Example

White with #7DEB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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