Html Css Color HEX #7ED968 Pastel Green

📋 copy color: '#7ED968'

red 126 ◦ green 217 ◦ blue 104

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

Shades of Pastel Green #7ED968

Tints of Pastel Green #7ED968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.55%

 BLUE value IS 104 (41.02% from 255) = 23.27%

R = 28.19%
G = 48.55%
B = 23.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#7ED968 (or 0x7ED968) is known color: Pastel Green. HEX triplet: 7E, D9 and 68. RGB value is (126,217,104). Sum of RGB (Red+Green+Blue) = 126+217+104=447 (59% of max value = 765). Red value is 126 (49.61% from 255 or 28.19% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 104 (41.02% from 255 or 23.27% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #7ED968 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED968 is #812697. Grayscale: #B1B1B1. Windows color (decimal): -8464024 or 6871422. OLE color: 6871422.

HSL color Cylindrical-coordinate representation of color #7ED968: hue angle of 108.32º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7ED968 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 217 104 -
CMYK 0.42 0 0.52 0.15
HSL 108.32º 0.6% 0.63% -
HSV(B) 108.32º 0.52% 0.85% -
XYZ 35.92 55.06 21.83 -
YUV 176.91 86.85 91.69 -
System Red Green Blue C M Y K H S L
Decimal 126 217 104 0.42 0 0.52 0.15 108.32 0.6 0.63
Hex 7E D9 68 2A 0 34 F 6C 3C 3F
Octal 176 331 150 52 0 64 17 154 74 77
Binary 1111110 11011001 1101000 101010 0 110100 1111 1101100 111100 111111

Color Harmonies of #7ED968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ED968

Black with #7ED968

Text Example


Text Example

White with #7ED968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,217,104); }

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

background-color css

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

 a { background-color: rgb(126,217,104); }

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

border-color css

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

 span { border-color: rgb(126,217,104); }

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