#74F07F

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

Shades of Pastel Green #74F07F

Tints of Pastel Green #74F07F

Color information

#74F07F (or 0x74F07F) is unknown color: approx Pastel Green. HEX triplet: 74, F0 and 7F. RGB value is (116,240,127). Sum of RGB (Red+Green+Blue) = 116+240+127=483 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.02% from 483); Green value is 240 (94.14% from 255 or 49.69% from 483); Blue value is 127 (50% from 255 or 26.29% from 483); Max value from RGB is 240 - color contains mainly: green. Hex color #74F07F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F07F is #8B0F80. Grayscale: #BEBEBE. Windows color (decimal): -9113473 or 8384628. OLE color: 8384628.

HSL color Cylindrical-coordinate representation of color #74F07F: hue angle of 125.32º 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 #74F07F is Cyan = 0.52, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB116240127-
CMYK0.5200.470.06
HSL125.32º80.52%69.8%-
HSV(B)125.32º51.67%94.12%-
XYZ42.1967.5730.9-
YUV190.0492.4275.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.02%
GREEN value IS 240 (94.14% from 255) = 49.69%
BLUE value IS 127 (50% from 255) = 26.29%
R=24.02%
G=49.69%
B=26.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1162401270.5200.470.06125.3280.5269.8
Hex74F07F3402F67d5146
Octal164360177640576175121106
Binary11101001111000011111111101000101111110111110110100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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