Html Css Color HEX #7DE971 Pastel Green

📋 copy color: '#7DE971'

red 125 ◦ green 233 ◦ blue 113

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

Shades of Pastel Green #7DE971

Tints of Pastel Green #7DE971

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.47%

 BLUE value IS 113 (44.53% from 255) = 23.99%

R = 26.54%
G = 49.47%
B = 23.99%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#7DE971 (or 0x7DE971) is known color: Pastel Green. HEX triplet: 7D, E9 and 71. RGB value is (125,233,113). Sum of RGB (Red+Green+Blue) = 125+233+113=471 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.54% from 471); Green value is 233 (91.41% from 255 or 49.47% from 471); Blue value is 113 (44.53% from 255 or 23.99% from 471); Max value from RGB is 233 - color contains mainly: green. Hex color #7DE971 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DE971 is #82168E. Grayscale: #BBBBBB. Windows color (decimal): -8525455 or 7465341. OLE color: 7465341.

HSL color Cylindrical-coordinate representation of color #7DE971: hue angle of 114º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7DE971 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 125 233 113 -
CMYK 0.46 0 0.52 0.09
HSL 114º 0.73% 0.68% -
HSV(B) 114º 0.52% 0.91% -
XYZ 40.58 63.83 25.8 -
YUV 187.03 86.22 83.76 -
System Red Green Blue C M Y K H S L
Decimal 125 233 113 0.46 0 0.52 0.09 114 0.73 0.68
Hex 7D E9 71 2E 0 34 9 72 49 44
Octal 175 351 161 56 0 64 11 162 111 104
Binary 1111101 11101001 1110001 101110 0 110100 1001 1110010 1001001 1000100

Color Harmonies of #7DE971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE971

Black with #7DE971

Text Example


Text Example

White with #7DE971

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,233,113); }

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

background-color css

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

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

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

border-color css

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

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

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