#74F279

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

Shades of Pastel Green #74F279

Tints of Pastel Green #74F279

Color information

#74F279 (or 0x74F279) is unknown color: approx Pastel Green. HEX triplet: 74, F2 and 79. RGB value is (116,242,121). Sum of RGB (Red+Green+Blue) = 116+242+121=479 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.22% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 121 (47.66% from 255 or 25.26% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #74F279 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F279 is #8B0D86. Grayscale: #BEBEBE. Windows color (decimal): -9112967 or 7991924. OLE color: 7991924.

HSL color Cylindrical-coordinate representation of color #74F279: hue angle of 122.38º degrees, saturation: 0.83, 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 #74F279 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB116242121-
CMYK0.5200.500.05
HSL122.38º82.89%70.2%-
HSV(B)122.38º52.07%94.9%-
XYZ42.4168.629.09-
YUV190.5388.7674.84-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.22%
GREEN value IS 242 (94.92% from 255) = 50.52%
BLUE value IS 121 (47.66% from 255) = 25.26%
R=24.22%
G=50.52%
B=25.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162421210.5200.500.05122.3882.8970.2
Hex74F2793403257a5346
Octal164362171640625172123106
Binary11101001111001011110011101000110010101111101010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,242,121); }

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

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

 a { background-color: rgb(116,242,121); }

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

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

 span { border-color: rgb(116,242,121); }

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