Html Css Color HEX #7DFF91 Light Green

📋 copy color: '#7DFF91'

red 125 ◦ green 255 ◦ blue 145

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

Shades of Light Green #7DFF91

Tints of Light Green #7DFF91

RGB

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

 GREEN value IS 255 (100% from 255) = 48.57%

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

R = 23.81%
G = 48.57%
B = 27.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#7DFF91 (or 0x7DFF91) is known color: Light Green. HEX triplet: 7D, FF and 91. RGB value is (125,255,145). Sum of RGB (Red+Green+Blue) = 125+255+145=525 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.81% from 525); Green value is 255 (100% from 255 or 48.57% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFF91 is #82006E. Grayscale: #CBCBCB. Windows color (decimal): -8519791 or 9568125. OLE color: 9568125.

HSL color Cylindrical-coordinate representation of color #7DFF91: hue angle of 129.23º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFF91 is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB 125 255 145 -
CMYK 0.51 0 0.43 0
HSL 129.23º 1% 0.75% -
HSV(B) 129.23º 0.51% 1% -
XYZ 49.33 77.92 39.23 -
YUV 203.59 94.93 71.94 -
System Red Green Blue C M Y K H S L
Decimal 125 255 145 0.51 0 0.43 0 129.23 1 0.75
Hex 7D FF 91 33 0 2B 0 81 64 4B
Octal 175 377 221 63 0 53 0 201 144 113
Binary 1111101 11111111 10010001 110011 0 101011 0 10000001 1100100 1001011

Color Harmonies of #7DFF91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFF91

Black with #7DFF91

Text Example


Text Example

White with #7DFF91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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