Html Css Color HEX #7DF2A5 Light Green

📋 copy color: '#7DF2A5'

red 125 ◦ green 242 ◦ blue 165

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

Shades of Light Green #7DF2A5

Tints of Light Green #7DF2A5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.49%

 BLUE value IS 165 (64.84% from 255) = 31.02%

R = 23.5%
G = 45.49%
B = 31.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#7DF2A5 (or 0x7DF2A5) is known color: Light Green. HEX triplet: 7D, F2 and A5. RGB value is (125,242,165). Sum of RGB (Red+Green+Blue) = 125+242+165=532 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.50% from 532); Green value is 242 (94.92% from 255 or 45.49% from 532); Blue value is 165 (64.84% from 255 or 31.02% from 532); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2A5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF2A5 is #820D5A. Grayscale: #C6C6C6. Windows color (decimal): -8523099 or 10875517. OLE color: 10875517.

HSL color Cylindrical-coordinate representation of color #7DF2A5: hue angle of 140.51º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2A5 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 242 165 -
CMYK 0.48 0 0.32 0.05
HSL 140.51º 0.82% 0.72% -
HSV(B) 140.51º 0.48% 0.95% -
XYZ 47 70.58 46.74 -
YUV 198.24 109.24 75.76 -
System Red Green Blue C M Y K H S L
Decimal 125 242 165 0.48 0 0.32 0.05 140.51 0.82 0.72
Hex 7D F2 A5 30 0 20 5 8D 52 48
Octal 175 362 245 60 0 40 5 215 122 110
Binary 1111101 11110010 10100101 110000 0 100000 101 10001101 1010010 1001000

Color Harmonies of #7DF2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF2A5

Black with #7DF2A5

Text Example


Text Example

White with #7DF2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,242,165); }

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

background-color css

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

 a { background-color: rgb(125,242,165); }

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

border-color css

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

 span { border-color: rgb(125,242,165); }

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