Html Css Color HEX #7DF07F Pastel Green

📋 copy color: '#7DF07F'

red 125 ◦ green 240 ◦ blue 127

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

Shades of Pastel Green #7DF07F

Tints of Pastel Green #7DF07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.81%

R = 25.41%
G = 48.78%
B = 25.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#7DF07F (or 0x7DF07F) is known color: Pastel Green. HEX triplet: 7D, F0 and 7F. RGB value is (125,240,127). Sum of RGB (Red+Green+Blue) = 125+240+127=492 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.41% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF07F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF07F is #820F80. Grayscale: #C1C1C1. Windows color (decimal): -8523649 or 8384637. OLE color: 8384637.

HSL color Cylindrical-coordinate representation of color #7DF07F: hue angle of 121.04º 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 #7DF07F is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 240 127 -
CMYK 0.48 0 0.47 0.06
HSL 121.04º 0.79% 0.72% -
HSV(B) 121.04º 0.48% 0.94% -
XYZ 43.45 68.21 30.96 -
YUV 192.73 90.9 79.69 -
System Red Green Blue C M Y K H S L
Decimal 125 240 127 0.48 0 0.47 0.06 121.04 0.79 0.72
Hex 7D F0 7F 30 0 2F 6 79 4F 48
Octal 175 360 177 60 0 57 6 171 117 110
Binary 1111101 11110000 1111111 110000 0 101111 110 1111001 1001111 1001000

Color Harmonies of #7DF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF07F

Black with #7DF07F

Text Example


Text Example

White with #7DF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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