#7FF372

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

Shades of Pastel Green #7FF372

Tints of Pastel Green #7FF372

Color information

#7FF372 (or 0x7FF372) is unknown color: approx Pastel Green. HEX triplet: 7F, F3 and 72. RGB value is (127,243,114). Sum of RGB (Red+Green+Blue) = 127+243+114=484 (64% of max value = 765). Red value is 127 (50% from 255 or 26.24% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 114 (44.92% from 255 or 23.55% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #7FF372 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7FF372 is #800C8D. Grayscale: #C2C2C2. Windows color (decimal): -8391822 or 7533439. OLE color: 7533439.

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

Color convert

RGB127243114-
CMYK0.4800.530.05
HSL113.95º84.31%70%-
HSV(B)113.95º53.09%95.29%-
XYZ43.8469.8327.09-
YUV193.6183.0780.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.24%
GREEN value IS 243 (95.31% from 255) = 50.21%
BLUE value IS 114 (44.92% from 255) = 23.55%
R=26.24%
G=50.21%
B=23.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1272431140.4800.530.05113.9584.3170
Hex7FF372300355725446
Octal177363162600655162124106
Binary11111111111001111100101100000110101101111001010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FF372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,243,114); }

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

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

 a { background-color: rgb(127,243,114); }

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

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

 span { border-color: rgb(127,243,114); }

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