Html Css Color HEX #7FED70 Pastel Green

📋 copy color: '#7FED70'

red 127 ◦ green 237 ◦ blue 112

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

Shades of Pastel Green #7FED70

Tints of Pastel Green #7FED70

RGB

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

 GREEN value IS 237 (92.97% from 255) = 49.79%

 BLUE value IS 112 (44.14% from 255) = 23.53%

R = 26.68%
G = 49.79%
B = 23.53%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#7FED70 (or 0x7FED70) is known color: Pastel Green. HEX triplet: 7F, ED and 70. RGB value is (127,237,112). Sum of RGB (Red+Green+Blue) = 127+237+112=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 237 (92.97% from 255 or 49.79% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 237 - color contains mainly: green. Hex color #7FED70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FED70 is #80128F. Grayscale: #BEBEBE. Windows color (decimal): -8393360 or 7400831. OLE color: 7400831.

HSL color Cylindrical-coordinate representation of color #7FED70: hue angle of 112.8º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7FED70 is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 237 112 -
CMYK 0.46 0 0.53 0.07
HSL 112.8º 0.78% 0.68% -
HSV(B) 112.8º 0.53% 0.93% -
XYZ 41.96 66.25 25.91 -
YUV 189.86 84.06 83.16 -
System Red Green Blue C M Y K H S L
Decimal 127 237 112 0.46 0 0.53 0.07 112.8 0.78 0.68
Hex 7F ED 70 2E 0 35 7 71 4E 44
Octal 177 355 160 56 0 65 7 161 116 104
Binary 1111111 11101101 1110000 101110 0 110101 111 1110001 1001110 1000100

Color Harmonies of #7FED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FED70

Black with #7FED70

Text Example


Text Example

White with #7FED70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,237,112); }

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

background-color css

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

 a { background-color: rgb(127,237,112); }

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

border-color css

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

 span { border-color: rgb(127,237,112); }

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