Html Css Color HEX #7DF085 Light Green

📋 copy color: '#7DF085'

red 125 ◦ green 240 ◦ blue 133

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

Shades of Light Green #7DF085

Tints of Light Green #7DF085

RGB

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

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

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

R = 25.1%
G = 48.19%
B = 26.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#7DF085 (or 0x7DF085) is known color: Light Green. HEX triplet: 7D, F0 and 85. RGB value is (125,240,133). Sum of RGB (Red+Green+Blue) = 125+240+133=498 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.10% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 133 (52.34% from 255 or 26.71% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF085 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF085 is #820F7A. Grayscale: #C1C1C1. Windows color (decimal): -8523643 or 8777853. OLE color: 8777853.

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

Color convert

RGB 125 240 133 -
CMYK 0.48 0 0.45 0.06
HSL 124.17º 0.79% 0.72% -
HSV(B) 124.17º 0.48% 0.94% -
XYZ 43.85 68.37 33.08 -
YUV 193.42 93.9 79.2 -
System Red Green Blue C M Y K H S L
Decimal 125 240 133 0.48 0 0.45 0.06 124.17 0.79 0.72
Hex 7D F0 85 30 0 2D 6 7C 4F 48
Octal 175 360 205 60 0 55 6 174 117 110
Binary 1111101 11110000 10000101 110000 0 101101 110 1111100 1001111 1001000

Color Harmonies of #7DF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF085

Black with #7DF085

Text Example


Text Example

White with #7DF085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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