Html Css Color HEX #7DDB86 Pastel Green

📋 copy color: '#7DDB86'

red 125 ◦ green 219 ◦ blue 134

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

Shades of Pastel Green #7DDB86

Tints of Pastel Green #7DDB86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.03%

R = 26.15%
G = 45.82%
B = 28.03%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#7DDB86 (or 0x7DDB86) is known color: Pastel Green. HEX triplet: 7D, DB and 86. RGB value is (125,219,134). Sum of RGB (Red+Green+Blue) = 125+219+134=478 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.15% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DDB86 is #822479. Grayscale: #B5B5B5. Windows color (decimal): -8529018 or 8838013. OLE color: 8838013.

HSL color Cylindrical-coordinate representation of color #7DDB86: hue angle of 125.74º 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 #7DDB86 is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 219 134 -
CMYK 0.43 0 0.39 0.14
HSL 125.74º 0.57% 0.67% -
HSV(B) 125.74º 0.43% 0.86% -
XYZ 38.09 56.74 31.5 -
YUV 181.2 101.36 87.91 -
System Red Green Blue C M Y K H S L
Decimal 125 219 134 0.43 0 0.39 0.14 125.74 0.57 0.67
Hex 7D DB 86 2B 0 27 E 7E 39 43
Octal 175 333 206 53 0 47 16 176 71 103
Binary 1111101 11011011 10000110 101011 0 100111 1110 1111110 111001 1000011

Color Harmonies of #7DDB86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDB86

Black with #7DDB86

Text Example


Text Example

White with #7DDB86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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