#7FF470

Color #7FF470 Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #7FF470

Tints of Pastel Green #7FF470

Color information

#7FF470 (or 0x7FF470) is unknown color: approx Pastel Green. HEX triplet: 7F, F4 and 70. RGB value is (127,244,112). Sum of RGB (Red+Green+Blue) = 127+244+112=483 (63% of max value = 765). Red value is 127 (50% from 255 or 26.29% from 483); Green value is 244 (95.70% from 255 or 50.52% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 244 - color contains mainly: green. Hex color #7FF470 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF470 is #800B8F. Grayscale: #C2C2C2. Windows color (decimal): -8391568 or 7402623. OLE color: 7402623.

HSL color Cylindrical-coordinate representation of color #7FF470: hue angle of 113.18º degrees, saturation: 0.86, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7FF470 is Cyan = 0.48, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB127244112-
CMYK0.4800.540.04
HSL113.18º85.71%69.8%-
HSV(B)113.18º54.1%95.69%-
XYZ44.0370.3826.59-
YUV193.9781.7480.23-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.29%
GREEN value IS 244 (95.70% from 255) = 50.52%
BLUE value IS 112 (44.14% from 255) = 23.19%
R=26.29%
G=50.52%
B=23.19%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1272441120.4800.540.04113.1885.7169.8
Hex7FF470300364715646
Octal177364160600664161126106
Binary11111111111010011100001100000110110100111000110101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7FF470;
 }
 .AnyTagClassName
 {
   color: #7FF470;
 }
</style>
background-color css

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

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

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

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

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

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