Html Css Color HEX #7DF674 Pastel Green

📋 copy color: '#7DF674'

red 125 ◦ green 246 ◦ blue 116

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

Shades of Pastel Green #7DF674

Tints of Pastel Green #7DF674

RGB

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

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

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

R = 25.67%
G = 50.51%
B = 23.82%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#7DF674 (or 0x7DF674) is known color: Pastel Green. HEX triplet: 7D, F6 and 74. RGB value is (125,246,116). Sum of RGB (Red+Green+Blue) = 125+246+116=487 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.67% from 487); Green value is 246 (96.48% from 255 or 50.51% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 246 - color contains mainly: green. Hex color #7DF674 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF674 is #82098B. Grayscale: #C3C3C3. Windows color (decimal): -8522124 or 7665277. OLE color: 7665277.

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

Color convert

RGB 125 246 116 -
CMYK 0.49 0 0.53 0.04
HSL 115.85º 0.88% 0.71% -
HSV(B) 115.85º 0.53% 0.96% -
XYZ 44.57 71.53 27.98 -
YUV 195 83.41 78.07 -
System Red Green Blue C M Y K H S L
Decimal 125 246 116 0.49 0 0.53 0.04 115.85 0.88 0.71
Hex 7D F6 74 31 0 35 4 74 58 47
Octal 175 366 164 61 0 65 4 164 130 107
Binary 1111101 11110110 1110100 110001 0 110101 100 1110100 1011000 1000111

Color Harmonies of #7DF674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF674

Black with #7DF674

Text Example


Text Example

White with #7DF674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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