Html Css Color HEX #7DFF95 Light Green

📋 copy color: '#7DFF95'

red 125 ◦ green 255 ◦ blue 149

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

Shades of Light Green #7DFF95

Tints of Light Green #7DFF95

RGB

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

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

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

R = 23.63%
G = 48.2%
B = 28.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#7DFF95 (or 0x7DFF95) is known color: Light Green. HEX triplet: 7D, FF and 95. RGB value is (125,255,149). Sum of RGB (Red+Green+Blue) = 125+255+149=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #7DFF95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFF95 is #82006A. Grayscale: #CCCCCC. Windows color (decimal): -8519787 or 9830269. OLE color: 9830269.

HSL color Cylindrical-coordinate representation of color #7DFF95: hue angle of 131.08º 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 #7DFF95 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.

Color convert

RGB 125 255 149 -
CMYK 0.51 0 0.42 0
HSL 131.08º 1% 0.75% -
HSV(B) 131.08º 0.51% 1% -
XYZ 49.64 78.05 40.88 -
YUV 204.05 96.93 71.62 -
System Red Green Blue C M Y K H S L
Decimal 125 255 149 0.51 0 0.42 0 131.08 1 0.75
Hex 7D FF 95 33 0 2A 0 83 64 4B
Octal 175 377 225 63 0 52 0 203 144 113
Binary 1111101 11111111 10010101 110011 0 101010 0 10000011 1100100 1001011

Color Harmonies of #7DFF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DFF95

Black with #7DFF95

Text Example


Text Example

White with #7DFF95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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