Html Css Color HEX #7DF273 Pastel Green

📋 copy color: '#7DF273'

red 125 ◦ green 242 ◦ blue 115

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

Shades of Pastel Green #7DF273

Tints of Pastel Green #7DF273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 25.93%
G = 50.21%
B = 23.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#7DF273 (or 0x7DF273) is known color: Pastel Green. HEX triplet: 7D, F2 and 73. RGB value is (125,242,115). Sum of RGB (Red+Green+Blue) = 125+242+115=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF273 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF273 is #820D8C. Grayscale: #C0C0C0. Windows color (decimal): -8523149 or 7598717. OLE color: 7598717.

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

Color convert

RGB 125 242 115 -
CMYK 0.48 0 0.52 0.05
HSL 115.28º 0.83% 0.7% -
HSV(B) 115.28º 0.52% 0.95% -
XYZ 43.3 69.1 27.28 -
YUV 192.54 84.24 79.83 -
System Red Green Blue C M Y K H S L
Decimal 125 242 115 0.48 0 0.52 0.05 115.28 0.83 0.7
Hex 7D F2 73 30 0 34 5 73 53 46
Octal 175 362 163 60 0 64 5 163 123 106
Binary 1111101 11110010 1110011 110000 0 110100 101 1110011 1010011 1000110

Color Harmonies of #7DF273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF273

Black with #7DF273

Text Example


Text Example

White with #7DF273

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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