Html Css Color HEX #7DF27A Pastel Green

📋 copy color: '#7DF27A'

red 125 ◦ green 242 ◦ blue 122

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

Shades of Pastel Green #7DF27A

Tints of Pastel Green #7DF27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.95%

R = 25.56%
G = 49.49%
B = 24.95%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#7DF27A (or 0x7DF27A) is known color: Pastel Green. HEX triplet: 7D, F2 and 7A. RGB value is (125,242,122). Sum of RGB (Red+Green+Blue) = 125+242+122=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 122 (48.05% from 255 or 24.95% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF27A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF27A is #820D85. Grayscale: #C1C1C1. Windows color (decimal): -8523142 or 8057469. OLE color: 8057469.

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

Color convert

RGB 125 242 122 -
CMYK 0.48 0 0.50 0.05
HSL 118.5º 0.82% 0.71% -
HSV(B) 118.5º 0.5% 0.95% -
XYZ 43.72 69.27 29.48 -
YUV 193.34 87.74 79.26 -
System Red Green Blue C M Y K H S L
Decimal 125 242 122 0.48 0 0.50 0.05 118.5 0.82 0.71
Hex 7D F2 7A 30 0 32 5 76 52 47
Octal 175 362 172 60 0 62 5 166 122 107
Binary 1111101 11110010 1111010 110000 0 110010 101 1110110 1010010 1000111

Color Harmonies of #7DF27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF27A

Black with #7DF27A

Text Example


Text Example

White with #7DF27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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