Html Css Color HEX #7DF291 Light Green

📋 copy color: '#7DF291'

red 125 ◦ green 242 ◦ blue 145

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

Shades of Light Green #7DF291

Tints of Light Green #7DF291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 24.41%
G = 47.27%
B = 28.32%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#7DF291 (or 0x7DF291) is known color: Light Green. HEX triplet: 7D, F2 and 91. RGB value is (125,242,145). Sum of RGB (Red+Green+Blue) = 125+242+145=512 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.41% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF291 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF291 is #820D6E. Grayscale: #C4C4C4. Windows color (decimal): -8523119 or 9564797. OLE color: 9564797.

HSL color Cylindrical-coordinate representation of color #7DF291: hue angle of 130.26º 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 #7DF291 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 242 145 -
CMYK 0.48 0 0.40 0.05
HSL 130.26º 0.82% 0.72% -
HSV(B) 130.26º 0.48% 0.95% -
XYZ 45.32 69.91 37.89 -
YUV 195.96 99.24 77.39 -
System Red Green Blue C M Y K H S L
Decimal 125 242 145 0.48 0 0.40 0.05 130.26 0.82 0.72
Hex 7D F2 91 30 0 28 5 82 52 48
Octal 175 362 221 60 0 50 5 202 122 110
Binary 1111101 11110010 10010001 110000 0 101000 101 10000010 1010010 1001000

Color Harmonies of #7DF291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF291

Black with #7DF291

Text Example


Text Example

White with #7DF291

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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