Html Css Color HEX #7DF170 Pastel Green

📋 copy color: '#7DF170'

red 125 ◦ green 241 ◦ blue 112

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

Shades of Pastel Green #7DF170

Tints of Pastel Green #7DF170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.43%

R = 26.15%
G = 50.42%
B = 23.43%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#7DF170 (or 0x7DF170) is known color: Pastel Green. HEX triplet: 7D, F1 and 70. RGB value is (125,241,112). Sum of RGB (Red+Green+Blue) = 125+241+112=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 241 (94.53% from 255 or 50.42% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF170 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF170 is #820E8F. Grayscale: #C0C0C0. Windows color (decimal): -8523408 or 7401853. OLE color: 7401853.

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

Color convert

RGB 125 241 112 -
CMYK 0.48 0 0.54 0.05
HSL 113.95º 0.82% 0.69% -
HSV(B) 113.95º 0.54% 0.95% -
XYZ 42.84 68.44 26.28 -
YUV 191.61 83.07 80.49 -
System Red Green Blue C M Y K H S L
Decimal 125 241 112 0.48 0 0.54 0.05 113.95 0.82 0.69
Hex 7D F1 70 30 0 36 5 72 52 45
Octal 175 361 160 60 0 66 5 162 122 105
Binary 1111101 11110001 1110000 110000 0 110110 101 1110010 1010010 1000101

Color Harmonies of #7DF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF170

Black with #7DF170

Text Example


Text Example

White with #7DF170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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