#74CA79

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

Shades of Pastel Green #74CA79

Tints of Pastel Green #74CA79

Color information

#74CA79 (or 0x74CA79) is unknown color: approx Pastel Green. HEX triplet: 74, CA and 79. RGB value is (116,202,121). Sum of RGB (Red+Green+Blue) = 116+202+121=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 121 (47.66% from 255 or 27.56% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA79 is #8B3586. Grayscale: #A7A7A7. Windows color (decimal): -9123207 or 7981684. OLE color: 7981684.

HSL color Cylindrical-coordinate representation of color #74CA79: hue angle of 123.49º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CA79 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB116202121-
CMYK0.4300.400.21
HSL123.49º44.79%62.35%-
HSV(B)123.49º42.57%79.22%-
XYZ31.7747.3325.55-
YUV167.05102.0191.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 121 (47.66% from 255) = 27.56%
R=26.42%
G=46.01%
B=27.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162021210.4300.400.21123.4944.7962.35
Hex74CA792B028157b2d3e
Octal16431217153050251735576
Binary11101001100101011110011010110101000101011111011101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CA79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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