Html Css Color HEX #7DD26B Pastel Green

📋 copy color: '#7DD26B'

red 125 ◦ green 210 ◦ blue 107

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

Shades of Pastel Green #7DD26B

Tints of Pastel Green #7DD26B

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.51%

 BLUE value IS 107 (42.19% from 255) = 24.21%

R = 28.28%
G = 47.51%
B = 24.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#7DD26B (or 0x7DD26B) is known color: Pastel Green. HEX triplet: 7D, D2 and 6B. RGB value is (125,210,107). Sum of RGB (Red+Green+Blue) = 125+210+107=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 210 (82.42% from 255 or 47.51% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 210 - color contains mainly: green. Hex color #7DD26B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD26B is #822D94. Grayscale: #ADADAD. Windows color (decimal): -8531349 or 7066237. OLE color: 7066237.

HSL color Cylindrical-coordinate representation of color #7DD26B: hue angle of 109.51º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DD26B is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 210 107 -
CMYK 0.40 0 0.49 0.18
HSL 109.51º 0.53% 0.62% -
HSV(B) 109.51º 0.49% 0.82% -
XYZ 34.16 51.51 22.05 -
YUV 172.84 90.84 93.88 -
System Red Green Blue C M Y K H S L
Decimal 125 210 107 0.40 0 0.49 0.18 109.51 0.53 0.62
Hex 7D D2 6B 28 0 31 12 6E 35 3E
Octal 175 322 153 50 0 61 22 156 65 76
Binary 1111101 11010010 1101011 101000 0 110001 10010 1101110 110101 111110

Color Harmonies of #7DD26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD26B

Black with #7DD26B

Text Example


Text Example

White with #7DD26B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,210,107); }

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

background-color css

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

 a { background-color: rgb(125,210,107); }

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

border-color css

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

 span { border-color: rgb(125,210,107); }

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