Html Css Color HEX #7DF275 Pastel Green

📋 copy color: '#7DF275'

red 125 ◦ green 242 ◦ blue 117

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

Shades of Pastel Green #7DF275

Tints of Pastel Green #7DF275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.17%

R = 25.83%
G = 50%
B = 24.17%

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

#7DF275 (or 0x7DF275) is known color: Pastel Green. HEX triplet: 7D, F2 and 75. RGB value is (125,242,117). Sum of RGB (Red+Green+Blue) = 125+242+117=484 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.83% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF275 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF275 is #820D8A. Grayscale: #C1C1C1. Windows color (decimal): -8523147 or 7729789. OLE color: 7729789.

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

Color convert

RGB 125 242 117 -
CMYK 0.48 0 0.52 0.05
HSL 116.16º 0.83% 0.7% -
HSV(B) 116.16º 0.52% 0.95% -
XYZ 43.42 69.15 27.89 -
YUV 192.77 85.24 79.66 -
System Red Green Blue C M Y K H S L
Decimal 125 242 117 0.48 0 0.52 0.05 116.16 0.83 0.7
Hex 7D F2 75 30 0 34 5 74 53 46
Octal 175 362 165 60 0 64 5 164 123 106
Binary 1111101 11110010 1110101 110000 0 110100 101 1110100 1010011 1000110

Color Harmonies of #7DF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF275

Black with #7DF275

Text Example


Text Example

White with #7DF275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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