#74F682

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

Shades of Pastel Green #74F682

Tints of Pastel Green #74F682

Color information

#74F682 (or 0x74F682) is unknown color: approx Pastel Green. HEX triplet: 74, F6 and 82. RGB value is (116,246,130). Sum of RGB (Red+Green+Blue) = 116+246+130=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 246 (96.48% from 255 or 50% from 492); Blue value is 130 (51.17% from 255 or 26.42% from 492); Max value from RGB is 246 - color contains mainly: green. Hex color #74F682 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F682 is #8B097D. Grayscale: #C2C2C2. Windows color (decimal): -9111934 or 8582772. OLE color: 8582772.

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

Color convert

RGB116246130-
CMYK0.5300.470.04
HSL126.46º87.84%70.98%-
HSV(B)126.46º52.85%96.47%-
XYZ44.1971.2432.54-
YUV193.9191.9372.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.58%
GREEN value IS 246 (96.48% from 255) = 50%
BLUE value IS 130 (51.17% from 255) = 26.42%
R=23.58%
G=50%
B=26.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1162461300.5300.470.04126.4687.8470.98
Hex74F6823502F47e5847
Octal164366202650574176130107
Binary111010011110110100000101101010101111100111111010110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,246,130); }

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

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

 a { background-color: rgb(116,246,130); }

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

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

 span { border-color: rgb(116,246,130); }

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