#7FF16B

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

Shades of Pastel Green #7FF16B

Tints of Pastel Green #7FF16B

Color information

#7FF16B (or 0x7FF16B) is unknown color: approx Pastel Green. HEX triplet: 7F, F1 and 6B. RGB value is (127,241,107). Sum of RGB (Red+Green+Blue) = 127+241+107=475 (62% of max value = 765). Red value is 127 (50% from 255 or 26.74% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #7FF16B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF16B is #800E94. Grayscale: #C0C0C0. Windows color (decimal): -8392341 or 7074175. OLE color: 7074175.

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

Color convert

RGB127241107-
CMYK0.4700.560.05
HSL111.04º82.72%68.24%-
HSV(B)111.04º55.6%94.51%-
XYZ42.8668.4824.87-
YUV191.6480.2381.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.74%
GREEN value IS 241 (94.53% from 255) = 50.74%
BLUE value IS 107 (42.19% from 255) = 22.53%
R=26.74%
G=50.74%
B=22.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272411070.4700.560.05111.0482.7268.24
Hex7FF16B2F03856f5344
Octal177361153570705157123104
Binary11111111111000111010111011110111000101110111110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,241,107); }

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

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

 a { background-color: rgb(127,241,107); }

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

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

 span { border-color: rgb(127,241,107); }

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