Html Css Color HEX #7DEBA2 Light Green

📋 copy color: '#7DEBA2'

red 125 ◦ green 235 ◦ blue 162

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

Shades of Light Green #7DEBA2

Tints of Light Green #7DEBA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.03%

R = 23.95%
G = 45.02%
B = 31.03%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.08

RGB Variations

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

Color information

#7DEBA2 (or 0x7DEBA2) is known color: Light Green. HEX triplet: 7D, EB and A2. RGB value is (125,235,162). Sum of RGB (Red+Green+Blue) = 125+235+162=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEBA2 is #82145D. Grayscale: #C1C1C1. Windows color (decimal): -8524894 or 10677117. OLE color: 10677117.

HSL color Cylindrical-coordinate representation of color #7DEBA2: hue angle of 140.18º 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 #7DEBA2 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 235 162 -
CMYK 0.47 0 0.31 0.08
HSL 140.18º 0.73% 0.71% -
HSV(B) 140.18º 0.47% 0.92% -
XYZ 44.69 66.39 44.64 -
YUV 193.79 110.06 78.94 -
System Red Green Blue C M Y K H S L
Decimal 125 235 162 0.47 0 0.31 0.08 140.18 0.73 0.71
Hex 7D EB A2 2F 0 1F 8 8C 49 47
Octal 175 353 242 57 0 37 10 214 111 107
Binary 1111101 11101011 10100010 101111 0 11111 1000 10001100 1001001 1000111

Color Harmonies of #7DEBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEBA2

Black with #7DEBA2

Text Example


Text Example

White with #7DEBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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