Html Css Color HEX #7DF985 Light Green

📋 copy color: '#7DF985'

red 125 ◦ green 249 ◦ blue 133

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

Shades of Light Green #7DF985

Tints of Light Green #7DF985

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.11%

 BLUE value IS 133 (52.34% from 255) = 26.23%

R = 24.65%
G = 49.11%
B = 26.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#7DF985 (or 0x7DF985) is known color: Light Green. HEX triplet: 7D, F9 and 85. RGB value is (125,249,133). Sum of RGB (Red+Green+Blue) = 125+249+133=507 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.65% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #7DF985 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF985 is #82067A. Grayscale: #C7C7C7. Windows color (decimal): -8521339 or 8780157. OLE color: 8780157.

HSL color Cylindrical-coordinate representation of color #7DF985: hue angle of 123.87º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF985 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB 125 249 133 -
CMYK 0.50 0 0.47 0.02
HSL 123.87º 0.91% 0.73% -
HSV(B) 123.87º 0.5% 0.98% -
XYZ 46.57 73.8 33.98 -
YUV 198.7 90.92 75.43 -
System Red Green Blue C M Y K H S L
Decimal 125 249 133 0.50 0 0.47 0.02 123.87 0.91 0.73
Hex 7D F9 85 32 0 2F 2 7C 5B 49
Octal 175 371 205 62 0 57 2 174 133 111
Binary 1111101 11111001 10000101 110010 0 101111 10 1111100 1011011 1001001

Color Harmonies of #7DF985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF985

Black with #7DF985

Text Example


Text Example

White with #7DF985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,249,133); }

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

background-color css

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

 a { background-color: rgb(125,249,133); }

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

border-color css

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

 span { border-color: rgb(125,249,133); }

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