Html Css Color HEX #7DDD7B Pastel Green

📋 copy color: '#7DDD7B'

red 125 ◦ green 221 ◦ blue 123

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

Shades of Pastel Green #7DDD7B

Tints of Pastel Green #7DDD7B

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.12%

 BLUE value IS 123 (48.44% from 255) = 26.23%

R = 26.65%
G = 47.12%
B = 26.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#7DDD7B (or 0x7DDD7B) is known color: Pastel Green. HEX triplet: 7D, DD and 7B. RGB value is (125,221,123). Sum of RGB (Red+Green+Blue) = 125+221+123=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDD7B is #822284. Grayscale: #B5B5B5. Windows color (decimal): -8528517 or 8117629. OLE color: 8117629.

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

Color convert

RGB 125 221 123 -
CMYK 0.43 0 0.44 0.13
HSL 118.78º 0.59% 0.67% -
HSV(B) 118.78º 0.44% 0.87% -
XYZ 37.89 57.5 27.84 -
YUV 181.12 95.2 87.97 -
System Red Green Blue C M Y K H S L
Decimal 125 221 123 0.43 0 0.44 0.13 118.78 0.59 0.67
Hex 7D DD 7B 2B 0 2C D 77 3B 43
Octal 175 335 173 53 0 54 15 167 73 103
Binary 1111101 11011101 1111011 101011 0 101100 1101 1110111 111011 1000011

Color Harmonies of #7DDD7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD7B

Black with #7DDD7B

Text Example


Text Example

White with #7DDD7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,221,123); }

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

background-color css

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

 a { background-color: rgb(125,221,123); }

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

border-color css

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

 span { border-color: rgb(125,221,123); }

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