Html Css Color HEX #7DF27C Pastel Green

📋 copy color: '#7DF27C'

red 125 ◦ green 242 ◦ blue 124

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

Shades of Pastel Green #7DF27C

Tints of Pastel Green #7DF27C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.25%

R = 25.46%
G = 49.29%
B = 25.25%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#7DF27C (or 0x7DF27C) is known color: Pastel Green. HEX triplet: 7D, F2 and 7C. RGB value is (125,242,124). Sum of RGB (Red+Green+Blue) = 125+242+124=491 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.46% from 491); Green value is 242 (94.92% from 255 or 49.29% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF27C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF27C is #820D83. Grayscale: #C1C1C1. Windows color (decimal): -8523140 or 8188541. OLE color: 8188541.

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

Color convert

RGB 125 242 124 -
CMYK 0.48 0 0.49 0.05
HSL 119.49º 0.82% 0.72% -
HSV(B) 119.49º 0.49% 0.95% -
XYZ 43.85 69.32 30.14 -
YUV 193.57 88.74 79.09 -
System Red Green Blue C M Y K H S L
Decimal 125 242 124 0.48 0 0.49 0.05 119.49 0.82 0.72
Hex 7D F2 7C 30 0 31 5 77 52 48
Octal 175 362 174 60 0 61 5 167 122 110
Binary 1111101 11110010 1111100 110000 0 110001 101 1110111 1010010 1001000

Color Harmonies of #7DF27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF27C

Black with #7DF27C

Text Example


Text Example

White with #7DF27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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