Html Css Color HEX #7DF072 Pastel Green

📋 copy color: '#7DF072'

red 125 ◦ green 240 ◦ blue 114

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

Shades of Pastel Green #7DF072

Tints of Pastel Green #7DF072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.8%

R = 26.1%
G = 50.1%
B = 23.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#7DF072 (or 0x7DF072) is known color: Pastel Green. HEX triplet: 7D, F0 and 72. RGB value is (125,240,114). Sum of RGB (Red+Green+Blue) = 125+240+114=479 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.10% from 479); Green value is 240 (94.14% from 255 or 50.10% from 479); Blue value is 114 (44.92% from 255 or 23.80% from 479); Max value from RGB is 240 - color contains mainly: green. Hex color #7DF072 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF072 is #820F8D. Grayscale: #BFBFBF. Windows color (decimal): -8523662 or 7532669. OLE color: 7532669.

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

Color convert

RGB 125 240 114 -
CMYK 0.48 0 0.52 0.06
HSL 114.76º 0.81% 0.69% -
HSV(B) 114.76º 0.53% 0.94% -
XYZ 42.65 67.9 26.78 -
YUV 191.25 84.4 80.75 -
System Red Green Blue C M Y K H S L
Decimal 125 240 114 0.48 0 0.52 0.06 114.76 0.81 0.69
Hex 7D F0 72 30 0 34 6 73 51 45
Octal 175 360 162 60 0 64 6 163 121 105
Binary 1111101 11110000 1110010 110000 0 110100 110 1110011 1010001 1000101

Color Harmonies of #7DF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF072

Black with #7DF072

Text Example


Text Example

White with #7DF072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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