Html Css Color HEX #7EDB75 Pastel Green

📋 copy color: '#7EDB75'

red 126 ◦ green 219 ◦ blue 117

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

Shades of Pastel Green #7EDB75

Tints of Pastel Green #7EDB75

RGB

 RED value IS 126 (49.61% from 255) = 27.27%

 GREEN value IS 219 (85.94% from 255) = 47.4%

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

R = 27.27%
G = 47.4%
B = 25.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#7EDB75 (or 0x7EDB75) is known color: Pastel Green. HEX triplet: 7E, DB and 75. RGB value is (126,219,117). Sum of RGB (Red+Green+Blue) = 126+219+117=462 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.27% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #7EDB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDB75 is #81248A. Grayscale: #B3B3B3. Windows color (decimal): -8463499 or 7723902. OLE color: 7723902.

HSL color Cylindrical-coordinate representation of color #7EDB75: hue angle of 114.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EDB75 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 219 117 -
CMYK 0.42 0 0.47 0.14
HSL 114.71º 0.59% 0.66% -
HSV(B) 114.71º 0.47% 0.86% -
XYZ 37.15 56.38 25.75 -
YUV 179.57 92.69 89.79 -
System Red Green Blue C M Y K H S L
Decimal 126 219 117 0.42 0 0.47 0.14 114.71 0.59 0.66
Hex 7E DB 75 2A 0 2F E 73 3B 42
Octal 176 333 165 52 0 57 16 163 73 102
Binary 1111110 11011011 1110101 101010 0 101111 1110 1110011 111011 1000010

Color Harmonies of #7EDB75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDB75

Black with #7EDB75

Text Example


Text Example

White with #7EDB75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,219,117); }

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

background-color css

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

 a { background-color: rgb(126,219,117); }

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

border-color css

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

 span { border-color: rgb(126,219,117); }

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