#74F07E

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

Shades of Pastel Green #74F07E

Tints of Pastel Green #74F07E

Color information

#74F07E (or 0x74F07E) is unknown color: approx Pastel Green. HEX triplet: 74, F0 and 7E. RGB value is (116,240,126). Sum of RGB (Red+Green+Blue) = 116+240+126=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #74F07E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F07E is #8B0F81. Grayscale: #BEBEBE. Windows color (decimal): -9113474 or 8319092. OLE color: 8319092.

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

Color convert

RGB116240126-
CMYK0.5200.480.06
HSL124.84º80.52%69.8%-
HSV(B)124.84º51.67%94.12%-
XYZ42.1367.5430.55-
YUV189.9391.9275.27-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.07%
GREEN value IS 240 (94.14% from 255) = 49.79%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=24.07%
G=49.79%
B=26.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1162401260.5200.480.06124.8480.5269.8
Hex74F07E3403067d5146
Octal164360176640606175121106
Binary11101001111000011111101101000110000110111110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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