Html Css Color HEX #7FE074 Pastel Green

📋 copy color: '#7FE074'

red 127 ◦ green 224 ◦ blue 116

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

Shades of Pastel Green #7FE074

Tints of Pastel Green #7FE074

RGB

 RED value IS 127 (50% from 255) = 27.19%

 GREEN value IS 224 (87.89% from 255) = 47.97%

 BLUE value IS 116 (45.7% from 255) = 24.84%

R = 27.19%
G = 47.97%
B = 24.84%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#7FE074 (or 0x7FE074) is known color: Pastel Green. HEX triplet: 7F, E0 and 74. RGB value is (127,224,116). Sum of RGB (Red+Green+Blue) = 127+224+116=467 (61% of max value = 765). Red value is 127 (50% from 255 or 27.19% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 116 (45.70% from 255 or 24.84% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #7FE074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FE074 is #801F8B. Grayscale: #B7B7B7. Windows color (decimal): -8396684 or 7659647. OLE color: 7659647.

HSL color Cylindrical-coordinate representation of color #7FE074: hue angle of 113.89º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7FE074 is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 127 224 116 -
CMYK 0.43 0 0.48 0.12
HSL 113.89º 0.64% 0.67% -
HSV(B) 113.89º 0.48% 0.88% -
XYZ 38.56 59.08 25.9 -
YUV 182.69 90.36 88.28 -
System Red Green Blue C M Y K H S L
Decimal 127 224 116 0.43 0 0.48 0.12 113.89 0.64 0.67
Hex 7F E0 74 2B 0 30 C 72 40 43
Octal 177 340 164 53 0 60 14 162 100 103
Binary 1111111 11100000 1110100 101011 0 110000 1100 1110010 1000000 1000011

Color Harmonies of #7FE074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FE074

Black with #7FE074

Text Example


Text Example

White with #7FE074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,224,116); }

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

background-color css

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

 a { background-color: rgb(127,224,116); }

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

border-color css

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

 span { border-color: rgb(127,224,116); }

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