Html Css Color HEX #7DF172 Pastel Green

📋 copy color: '#7DF172'

red 125 ◦ green 241 ◦ blue 114

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

Shades of Pastel Green #7DF172

Tints of Pastel Green #7DF172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.75%

R = 26.04%
G = 50.21%
B = 23.75%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#7DF172 (or 0x7DF172) is known color: Pastel Green. HEX triplet: 7D, F1 and 72. RGB value is (125,241,114). Sum of RGB (Red+Green+Blue) = 125+241+114=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 241 (94.53% from 255 or 50.21% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF172 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF172 is #820E8D. Grayscale: #C0C0C0. Windows color (decimal): -8523406 or 7532925. OLE color: 7532925.

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

Color convert

RGB 125 241 114 -
CMYK 0.48 0 0.53 0.05
HSL 114.8º 0.82% 0.7% -
HSV(B) 114.8º 0.53% 0.95% -
XYZ 42.95 68.49 26.87 -
YUV 191.84 84.07 80.33 -
System Red Green Blue C M Y K H S L
Decimal 125 241 114 0.48 0 0.53 0.05 114.8 0.82 0.7
Hex 7D F1 72 30 0 35 5 73 52 46
Octal 175 361 162 60 0 65 5 163 122 106
Binary 1111101 11110001 1110010 110000 0 110101 101 1110011 1010010 1000110

Color Harmonies of #7DF172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF172

Black with #7DF172

Text Example


Text Example

White with #7DF172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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