Html Css Color HEX #7DF074 Pastel Green

📋 copy color: '#7DF074'

red 125 ◦ green 240 ◦ blue 116

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

Shades of Pastel Green #7DF074

Tints of Pastel Green #7DF074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.12%

R = 25.99%
G = 49.9%
B = 24.12%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#7DF074 (or 0x7DF074) is known color: Pastel Green. HEX triplet: 7D, F0 and 74. RGB value is (125,240,116). Sum of RGB (Red+Green+Blue) = 125+240+116=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF074 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF074 is #820F8B. Grayscale: #BFBFBF. Windows color (decimal): -8523660 or 7663741. OLE color: 7663741.

HSL color Cylindrical-coordinate representation of color #7DF074: hue angle of 115.65º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DF074 is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 240 116 -
CMYK 0.48 0 0.52 0.06
HSL 115.65º 0.81% 0.7% -
HSV(B) 115.65º 0.52% 0.94% -
XYZ 42.77 67.94 27.38 -
YUV 191.48 85.4 80.58 -
System Red Green Blue C M Y K H S L
Decimal 125 240 116 0.48 0 0.52 0.06 115.65 0.81 0.7
Hex 7D F0 74 30 0 34 6 74 51 46
Octal 175 360 164 60 0 64 6 164 121 106
Binary 1111101 11110000 1110100 110000 0 110100 110 1110100 1010001 1000110

Color Harmonies of #7DF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF074

Black with #7DF074

Text Example


Text Example

White with #7DF074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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