Html Css Color HEX #7DF17D Pastel Green

📋 copy color: '#7DF17D'

red 125 ◦ green 241 ◦ blue 125

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

Shades of Pastel Green #7DF17D

Tints of Pastel Green #7DF17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.46%

R = 25.46%
G = 49.08%
B = 25.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#7DF17D (or 0x7DF17D) is known color: Pastel Green. HEX triplet: 7D, F1 and 7D. RGB value is (125,241,125). Sum of RGB (Red+Green+Blue) = 125+241+125=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF17D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF17D is #820E82. Grayscale: #C1C1C1. Windows color (decimal): -8523395 or 8253821. OLE color: 8253821.

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

Color convert

RGB 125 241 125 -
CMYK 0.48 0 0.48 0.05
HSL 120º 0.81% 0.72% -
HSV(B) 120º 0.48% 0.95% -
XYZ 43.61 68.75 30.37 -
YUV 193.09 89.57 79.43 -
System Red Green Blue C M Y K H S L
Decimal 125 241 125 0.48 0 0.48 0.05 120 0.81 0.72
Hex 7D F1 7D 30 0 30 5 78 51 48
Octal 175 361 175 60 0 60 5 170 121 110
Binary 1111101 11110001 1111101 110000 0 110000 101 1111000 1010001 1001000

Color Harmonies of #7DF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF17D

Black with #7DF17D

Text Example


Text Example

White with #7DF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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