Html Css Color HEX #7DDF81 Pastel Green

📋 copy color: '#7DDF81'

red 125 ◦ green 223 ◦ blue 129

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

Shades of Pastel Green #7DDF81

Tints of Pastel Green #7DDF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.04%

R = 26.21%
G = 46.75%
B = 27.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#7DDF81 (or 0x7DDF81) is known color: Pastel Green. HEX triplet: 7D, DF and 81. RGB value is (125,223,129). Sum of RGB (Red+Green+Blue) = 125+223+129=477 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.21% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 129 (50.78% from 255 or 27.04% from 477); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDF81 is #82207E. Grayscale: #B7B7B7. Windows color (decimal): -8527999 or 8511357. OLE color: 8511357.

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

Color convert

RGB 125 223 129 -
CMYK 0.44 0 0.42 0.13
HSL 122.45º 0.6% 0.68% -
HSV(B) 122.45º 0.44% 0.87% -
XYZ 38.81 58.72 30.06 -
YUV 182.98 97.53 86.64 -
System Red Green Blue C M Y K H S L
Decimal 125 223 129 0.44 0 0.42 0.13 122.45 0.6 0.68
Hex 7D DF 81 2C 0 2A D 7A 3C 44
Octal 175 337 201 54 0 52 15 172 74 104
Binary 1111101 11011111 10000001 101100 0 101010 1101 1111010 111100 1000100

Color Harmonies of #7DDF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDF81

Black with #7DDF81

Text Example


Text Example

White with #7DDF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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