Html Css Color HEX #7DDF71 Pastel Green

📋 copy color: '#7DDF71'

red 125 ◦ green 223 ◦ blue 113

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

Shades of Pastel Green #7DDF71

Tints of Pastel Green #7DDF71

RGB

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

 GREEN value IS 223 (87.5% from 255) = 48.37%

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

R = 27.11%
G = 48.37%
B = 24.51%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#7DDF71 (or 0x7DDF71) is known color: Pastel Green. HEX triplet: 7D, DF and 71. RGB value is (125,223,113). Sum of RGB (Red+Green+Blue) = 125+223+113=461 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.11% from 461); Green value is 223 (87.5% from 255 or 48.37% from 461); Blue value is 113 (44.53% from 255 or 24.51% from 461); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDF71 is #82208E. Grayscale: #B5B5B5. Windows color (decimal): -8528015 or 7462781. OLE color: 7462781.

HSL color Cylindrical-coordinate representation of color #7DDF71: hue angle of 113.45º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DDF71 is Cyan = 0.44, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 223 113 -
CMYK 0.44 0 0.49 0.13
HSL 113.45º 0.63% 0.66% -
HSV(B) 113.45º 0.49% 0.87% -
XYZ 37.83 58.33 24.89 -
YUV 181.16 89.53 87.94 -
System Red Green Blue C M Y K H S L
Decimal 125 223 113 0.44 0 0.49 0.13 113.45 0.63 0.66
Hex 7D DF 71 2C 0 31 D 71 3F 42
Octal 175 337 161 54 0 61 15 161 77 102
Binary 1111101 11011111 1110001 101100 0 110001 1101 1110001 111111 1000010

Color Harmonies of #7DDF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDF71

Black with #7DDF71

Text Example


Text Example

White with #7DDF71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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