Html Css Color HEX #7DF174 Pastel Green

📋 copy color: '#7DF174'

red 125 ◦ green 241 ◦ blue 116

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

Shades of Pastel Green #7DF174

Tints of Pastel Green #7DF174

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50%

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

R = 25.93%
G = 50%
B = 24.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#7DF174 (or 0x7DF174) is known color: Pastel Green. HEX triplet: 7D, F1 and 74. RGB value is (125,241,116). Sum of RGB (Red+Green+Blue) = 125+241+116=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 116 (45.70% from 255 or 24.07% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF174 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF174 is #820E8B. Grayscale: #C0C0C0. Windows color (decimal): -8523404 or 7663997. OLE color: 7663997.

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

Color convert

RGB 125 241 116 -
CMYK 0.48 0 0.52 0.05
HSL 115.68º 0.82% 0.7% -
HSV(B) 115.68º 0.52% 0.95% -
XYZ 43.07 68.53 27.48 -
YUV 192.07 85.07 80.16 -
System Red Green Blue C M Y K H S L
Decimal 125 241 116 0.48 0 0.52 0.05 115.68 0.82 0.7
Hex 7D F1 74 30 0 34 5 74 52 46
Octal 175 361 164 60 0 64 5 164 122 106
Binary 1111101 11110001 1110100 110000 0 110100 101 1110100 1010010 1000110

Color Harmonies of #7DF174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF174

Black with #7DF174

Text Example


Text Example

White with #7DF174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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