#74F486

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

Shades of Pastel Green #74F486

Tints of Pastel Green #74F486

Color information

#74F486 (or 0x74F486) is unknown color: approx Pastel Green. HEX triplet: 74, F4 and 86. RGB value is (116,244,134). Sum of RGB (Red+Green+Blue) = 116+244+134=494 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.48% from 494); Green value is 244 (95.70% from 255 or 49.39% from 494); Blue value is 134 (52.73% from 255 or 27.13% from 494); Max value from RGB is 244 - color contains mainly: green. Hex color #74F486 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F486 is #8B0B79. Grayscale: #C1C1C1. Windows color (decimal): -9112442 or 8844404. OLE color: 8844404.

HSL color Cylindrical-coordinate representation of color #74F486: hue angle of 128.44º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F486 is Cyan = 0.52, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB116244134-
CMYK0.5200.450.04
HSL128.44º85.33%70.59%-
HSV(B)128.44º52.46%95.69%-
XYZ43.8670.1433.78-
YUV193.1994.5972.94-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.48%
GREEN value IS 244 (95.70% from 255) = 49.39%
BLUE value IS 134 (52.73% from 255) = 27.13%
R=23.48%
G=49.39%
B=27.13%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1162441340.5200.450.04128.4485.3370.59
Hex74F4863402D4805547
Octal164364206640554200125107
Binary1110100111101001000011011010001011011001000000010101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74F486; }

 p { color: rgb(116,244,134); }

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

<style>
 a { background-color: #74F486; }

 a { background-color: rgb(116,244,134); }

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

<style>
 span { border-color: #74F486; }

 span { border-color: rgb(116,244,134); }

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