Html Css Color HEX #7DDE7B Pastel Green

📋 copy color: '#7DDE7B'

red 125 ◦ green 222 ◦ blue 123

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

Shades of Pastel Green #7DDE7B

Tints of Pastel Green #7DDE7B

RGB

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

 GREEN value IS 222 (87.11% from 255) = 47.23%

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

R = 26.6%
G = 47.23%
B = 26.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#7DDE7B (or 0x7DDE7B) is known color: Pastel Green. HEX triplet: 7D, DE and 7B. RGB value is (125,222,123). Sum of RGB (Red+Green+Blue) = 125+222+123=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #7DDE7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DDE7B is #822184. Grayscale: #B6B6B6. Windows color (decimal): -8528261 or 8117885. OLE color: 8117885.

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

Color convert

RGB 125 222 123 -
CMYK 0.44 0 0.45 0.13
HSL 118.79º 0.6% 0.68% -
HSV(B) 118.79º 0.45% 0.87% -
XYZ 38.15 58.03 27.93 -
YUV 181.71 94.86 87.55 -
System Red Green Blue C M Y K H S L
Decimal 125 222 123 0.44 0 0.45 0.13 118.79 0.6 0.68
Hex 7D DE 7B 2C 0 2D D 77 3C 44
Octal 175 336 173 54 0 55 15 167 74 104
Binary 1111101 11011110 1111011 101100 0 101101 1101 1110111 111100 1000100

Color Harmonies of #7DDE7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDE7B

Black with #7DDE7B

Text Example


Text Example

White with #7DDE7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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