Html Css Color HEX #7DF082 Pastel Green

📋 copy color: '#7DF082'

red 125 ◦ green 240 ◦ blue 130

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

Shades of Pastel Green #7DF082

Tints of Pastel Green #7DF082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.26%

R = 25.25%
G = 48.48%
B = 26.26%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#7DF082 (or 0x7DF082) is known color: Pastel Green. HEX triplet: 7D, F0 and 82. RGB value is (125,240,130). Sum of RGB (Red+Green+Blue) = 125+240+130=495 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.25% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 130 (51.17% from 255 or 26.26% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF082 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF082 is #820F7D. Grayscale: #C1C1C1. Windows color (decimal): -8523646 or 8581245. OLE color: 8581245.

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

Color convert

RGB 125 240 130 -
CMYK 0.48 0 0.46 0.06
HSL 122.61º 0.79% 0.72% -
HSV(B) 122.61º 0.48% 0.94% -
XYZ 43.65 68.29 32 -
YUV 193.08 92.4 79.44 -
System Red Green Blue C M Y K H S L
Decimal 125 240 130 0.48 0 0.46 0.06 122.61 0.79 0.72
Hex 7D F0 82 30 0 2E 6 7B 4F 48
Octal 175 360 202 60 0 56 6 173 117 110
Binary 1111101 11110000 10000010 110000 0 101110 110 1111011 1001111 1001000

Color Harmonies of #7DF082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF082

Black with #7DF082

Text Example


Text Example

White with #7DF082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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