Html Css Color HEX #7DDB81 Pastel Green

📋 copy color: '#7DDB81'

red 125 ◦ green 219 ◦ blue 129

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

Shades of Pastel Green #7DDB81

Tints of Pastel Green #7DDB81

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.3%

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

R = 26.43%
G = 46.3%
B = 27.27%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#7DDB81 (or 0x7DDB81) is known color: Pastel Green. HEX triplet: 7D, DB and 81. RGB value is (125,219,129). Sum of RGB (Red+Green+Blue) = 125+219+129=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB81 is #82247E. Grayscale: #B4B4B4. Windows color (decimal): -8529023 or 8510333. OLE color: 8510333.

HSL color Cylindrical-coordinate representation of color #7DDB81: hue angle of 122.55º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7DDB81 is Cyan = 0.43, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 219 129 -
CMYK 0.43 0 0.41 0.14
HSL 122.55º 0.57% 0.67% -
HSV(B) 122.55º 0.43% 0.86% -
XYZ 37.75 56.61 29.71 -
YUV 180.63 98.86 88.32 -
System Red Green Blue C M Y K H S L
Decimal 125 219 129 0.43 0 0.41 0.14 122.55 0.57 0.67
Hex 7D DB 81 2B 0 29 E 7B 39 43
Octal 175 333 201 53 0 51 16 173 71 103
Binary 1111101 11011011 10000001 101011 0 101001 1110 1111011 111001 1000011

Color Harmonies of #7DDB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB81

Black with #7DDB81

Text Example


Text Example

White with #7DDB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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