Html Css Color HEX #7DD369 Pastel Green

📋 copy color: '#7DD369'

red 125 ◦ green 211 ◦ blue 105

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

Shades of Pastel Green #7DD369

Tints of Pastel Green #7DD369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 47.85%

 BLUE value IS 105 (41.41% from 255) = 23.81%

R = 28.34%
G = 47.85%
B = 23.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#7DD369 (or 0x7DD369) is known color: Pastel Green. HEX triplet: 7D, D3 and 69. RGB value is (125,211,105). Sum of RGB (Red+Green+Blue) = 125+211+105=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 211 (82.81% from 255 or 47.85% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 211 - color contains mainly: green. Hex color #7DD369 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DD369 is #822C96. Grayscale: #ADADAD. Windows color (decimal): -8531095 or 6935421. OLE color: 6935421.

HSL color Cylindrical-coordinate representation of color #7DD369: hue angle of 108.68º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DD369 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 125 211 105 -
CMYK 0.41 0 0.50 0.17
HSL 108.68º 0.55% 0.62% -
HSV(B) 108.68º 0.5% 0.83% -
XYZ 34.3 51.97 21.59 -
YUV 173.2 89.51 93.62 -
System Red Green Blue C M Y K H S L
Decimal 125 211 105 0.41 0 0.50 0.17 108.68 0.55 0.62
Hex 7D D3 69 29 0 32 11 6D 37 3E
Octal 175 323 151 51 0 62 21 155 67 76
Binary 1111101 11010011 1101001 101001 0 110010 10001 1101101 110111 111110

Color Harmonies of #7DD369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD369

Black with #7DD369

Text Example


Text Example

White with #7DD369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,211,105); }

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

background-color css

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

 a { background-color: rgb(125,211,105); }

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

border-color css

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

 span { border-color: rgb(125,211,105); }

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