Html Css Color HEX #7DF07D Pastel Green

📋 copy color: '#7DF07D'

red 125 ◦ green 240 ◦ blue 125

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

Shades of Pastel Green #7DF07D

Tints of Pastel Green #7DF07D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.98%

 BLUE value IS 125 (49.22% from 255) = 25.51%

R = 25.51%
G = 48.98%
B = 25.51%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#7DF07D (or 0x7DF07D) is known color: Pastel Green. HEX triplet: 7D, F0 and 7D. RGB value is (125,240,125). Sum of RGB (Red+Green+Blue) = 125+240+125=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 240 (94.14% from 255 or 48.98% from 490); Blue value is 125 (49.22% from 255 or 25.51% from 490); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF07D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF07D is #820F82. Grayscale: #C0C0C0. Windows color (decimal): -8523651 or 8253565. OLE color: 8253565.

HSL color Cylindrical-coordinate representation of color #7DF07D: hue angle of 120º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF07D is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 240 125 -
CMYK 0.48 0 0.48 0.06
HSL 120º 0.79% 0.72% -
HSV(B) 120º 0.48% 0.94% -
XYZ 43.32 68.16 30.28 -
YUV 192.51 89.9 79.85 -
System Red Green Blue C M Y K H S L
Decimal 125 240 125 0.48 0 0.48 0.06 120 0.79 0.72
Hex 7D F0 7D 30 0 30 6 78 4F 48
Octal 175 360 175 60 0 60 6 170 117 110
Binary 1111101 11110000 1111101 110000 0 110000 110 1111000 1001111 1001000

Color Harmonies of #7DF07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF07D

Black with #7DF07D

Text Example


Text Example

White with #7DF07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,240,125); }

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

background-color css

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

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

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

border-color css

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

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

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