Html Css Color HEX #7DEA6F Pastel Green

📋 copy color: '#7DEA6F'

red 125 ◦ green 234 ◦ blue 111

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

Shades of Pastel Green #7DEA6F

Tints of Pastel Green #7DEA6F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.79%

 BLUE value IS 111 (43.75% from 255) = 23.62%

R = 26.6%
G = 49.79%
B = 23.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#7DEA6F (or 0x7DEA6F) is known color: Pastel Green. HEX triplet: 7D, EA and 6F. RGB value is (125,234,111). Sum of RGB (Red+Green+Blue) = 125+234+111=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #7DEA6F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEA6F is #821590. Grayscale: #BBBBBB. Windows color (decimal): -8525201 or 7334525. OLE color: 7334525.

HSL color Cylindrical-coordinate representation of color #7DEA6F: hue angle of 113.17º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DEA6F is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 234 111 -
CMYK 0.47 0 0.53 0.08
HSL 113.17º 0.75% 0.68% -
HSV(B) 113.17º 0.53% 0.92% -
XYZ 40.75 64.35 25.31 -
YUV 187.39 84.89 83.5 -
System Red Green Blue C M Y K H S L
Decimal 125 234 111 0.47 0 0.53 0.08 113.17 0.75 0.68
Hex 7D EA 6F 2F 0 35 8 71 4B 44
Octal 175 352 157 57 0 65 10 161 113 104
Binary 1111101 11101010 1101111 101111 0 110101 1000 1110001 1001011 1000100

Color Harmonies of #7DEA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEA6F

Black with #7DEA6F

Text Example


Text Example

White with #7DEA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,234,111); }

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

background-color css

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

 a { background-color: rgb(125,234,111); }

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

border-color css

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

 span { border-color: rgb(125,234,111); }

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