Html Css Color HEX #7DF280 Pastel Green

📋 copy color: '#7DF280'

red 125 ◦ green 242 ◦ blue 128

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

Shades of Pastel Green #7DF280

Tints of Pastel Green #7DF280

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.89%

 BLUE value IS 128 (50.39% from 255) = 25.86%

R = 25.25%
G = 48.89%
B = 25.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#7DF280 (or 0x7DF280) is known color: Pastel Green. HEX triplet: 7D, F2 and 80. RGB value is (125,242,128). Sum of RGB (Red+Green+Blue) = 125+242+128=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF280 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF280 is #820D7F. Grayscale: #C2C2C2. Windows color (decimal): -8523136 or 8450685. OLE color: 8450685.

HSL color Cylindrical-coordinate representation of color #7DF280: hue angle of 121.54º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF280 is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 242 128 -
CMYK 0.48 0 0.47 0.05
HSL 121.54º 0.82% 0.72% -
HSV(B) 121.54º 0.48% 0.95% -
XYZ 44.11 69.42 31.5 -
YUV 194.02 90.74 78.77 -
System Red Green Blue C M Y K H S L
Decimal 125 242 128 0.48 0 0.47 0.05 121.54 0.82 0.72
Hex 7D F2 80 30 0 2F 5 7A 52 48
Octal 175 362 200 60 0 57 5 172 122 110
Binary 1111101 11110010 10000000 110000 0 101111 101 1111010 1010010 1001000

Color Harmonies of #7DF280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF280

Black with #7DF280

Text Example


Text Example

White with #7DF280

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,242,128); }

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

background-color css

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

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

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

border-color css

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

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

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