#74F17E

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

Shades of Pastel Green #74F17E

Tints of Pastel Green #74F17E

Color information

#74F17E (or 0x74F17E) is unknown color: approx Pastel Green. HEX triplet: 74, F1 and 7E. RGB value is (116,241,126). Sum of RGB (Red+Green+Blue) = 116+241+126=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #74F17E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F17E is #8B0E81. Grayscale: #BEBEBE. Windows color (decimal): -9113218 or 8319348. OLE color: 8319348.

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

Color convert

RGB116241126-
CMYK0.5200.480.05
HSL124.8º81.7%70%-
HSV(B)124.8º51.87%94.51%-
XYZ42.4268.1330.65-
YUV190.5291.5974.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.02%
GREEN value IS 241 (94.53% from 255) = 49.90%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=24.02%
G=49.90%
B=26.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162411260.5200.480.05124.881.770
Hex74F17E3403057d5246
Octal164361176640605175122106
Binary11101001111000111111101101000110000101111110110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,241,126); }

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

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

 a { background-color: rgb(116,241,126); }

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

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

 span { border-color: rgb(116,241,126); }

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