Html Css Color HEX #7DF685 Light Green

📋 copy color: '#7DF685'

red 125 ◦ green 246 ◦ blue 133

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

Shades of Light Green #7DF685

Tints of Light Green #7DF685

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.81%

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

R = 24.8%
G = 48.81%
B = 26.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#7DF685 (or 0x7DF685) is known color: Light Green. HEX triplet: 7D, F6 and 85. RGB value is (125,246,133). Sum of RGB (Red+Green+Blue) = 125+246+133=504 (66% of max value = 765). Red value is 125 (49.22% from 255 or 24.80% from 504); Green value is 246 (96.48% from 255 or 48.81% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 246 - color contains mainly: green. Hex color #7DF685 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF685 is #82097A. Grayscale: #C5C5C5. Windows color (decimal): -8522107 or 8779389. OLE color: 8779389.

HSL color Cylindrical-coordinate representation of color #7DF685: hue angle of 123.97º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DF685 is Cyan = 0.49, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 125 246 133 -
CMYK 0.49 0 0.46 0.04
HSL 123.97º 0.87% 0.73% -
HSV(B) 123.97º 0.49% 0.96% -
XYZ 45.65 71.96 33.68 -
YUV 196.94 91.91 76.69 -
System Red Green Blue C M Y K H S L
Decimal 125 246 133 0.49 0 0.46 0.04 123.97 0.87 0.73
Hex 7D F6 85 31 0 2E 4 7C 57 49
Octal 175 366 205 61 0 56 4 174 127 111
Binary 1111101 11110110 10000101 110001 0 101110 100 1111100 1010111 1001001

Color Harmonies of #7DF685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF685

Black with #7DF685

Text Example


Text Example

White with #7DF685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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