#7FF269

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

Shades of Pastel Green #7FF269

Tints of Pastel Green #7FF269

Color information

#7FF269 (or 0x7FF269) is unknown color: approx Pastel Green. HEX triplet: 7F, F2 and 69. RGB value is (127,242,105). Sum of RGB (Red+Green+Blue) = 127+242+105=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 242 (94.92% from 255 or 51.05% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 242 - color contains mainly: green. Hex color #7FF269 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF269 is #800D96. Grayscale: #C0C0C0. Windows color (decimal): -8392087 or 6943359. OLE color: 6943359.

HSL color Cylindrical-coordinate representation of color #7FF269: hue angle of 110.36º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7FF269 is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB127242105-
CMYK0.4800.570.05
HSL110.36º84.05%68.04%-
HSV(B)110.36º56.61%94.9%-
XYZ43.0569.0424.42-
YUV19278.981.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.79%
GREEN value IS 242 (94.92% from 255) = 51.05%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=26.79%
G=51.05%
B=22.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272421050.4800.570.05110.3684.0568.04
Hex7FF2693003956e5444
Octal177362151600715156124104
Binary11111111111001011010011100000111001101110111010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,242,105); }

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

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

 a { background-color: rgb(127,242,105); }

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

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

 span { border-color: rgb(127,242,105); }

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