Html Css Color HEX #7DF095 Light Green

📋 copy color: '#7DF095'

red 125 ◦ green 240 ◦ blue 149

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

Shades of Light Green #7DF095

Tints of Light Green #7DF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.69%

 BLUE value IS 149 (58.59% from 255) = 28.99%

R = 24.32%
G = 46.69%
B = 28.99%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#7DF095 (or 0x7DF095) is known color: Light Green. HEX triplet: 7D, F0 and 95. RGB value is (125,240,149). Sum of RGB (Red+Green+Blue) = 125+240+149=514 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.32% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF095 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF095 is #820F6A. Grayscale: #C3C3C3. Windows color (decimal): -8523627 or 9826429. OLE color: 9826429.

HSL color Cylindrical-coordinate representation of color #7DF095: hue angle of 132.52º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF095 is Cyan = 0.48, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 240 149 -
CMYK 0.48 0 0.38 0.06
HSL 132.52º 0.79% 0.72% -
HSV(B) 132.52º 0.48% 0.94% -
XYZ 45.04 68.85 39.35 -
YUV 195.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 125 240 149 0.48 0 0.38 0.06 132.52 0.79 0.72
Hex 7D F0 95 30 0 26 6 85 4F 48
Octal 175 360 225 60 0 46 6 205 117 110
Binary 1111101 11110000 10010101 110000 0 100110 110 10000101 1001111 1001000

Color Harmonies of #7DF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF095

Black with #7DF095

Text Example


Text Example

White with #7DF095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,240,149); }

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

background-color css

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

 a { background-color: rgb(125,240,149); }

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

border-color css

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

 span { border-color: rgb(125,240,149); }

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