#74CB79

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

Shades of Pastel Green #74CB79

Tints of Pastel Green #74CB79

Color information

#74CB79 (or 0x74CB79) is unknown color: approx Pastel Green. HEX triplet: 74, CB and 79. RGB value is (116,203,121). Sum of RGB (Red+Green+Blue) = 116+203+121=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 203 (79.69% from 255 or 46.14% from 440); Blue value is 121 (47.66% from 255 or 27.5% from 440); Max value from RGB is 203 - color contains mainly: green. Hex color #74CB79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CB79 is #8B3486. Grayscale: #A7A7A7. Windows color (decimal): -9122951 or 7981940. OLE color: 7981940.

HSL color Cylindrical-coordinate representation of color #74CB79: hue angle of 123.45º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CB79 is Cyan = 0.43, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB116203121-
CMYK0.4300.400.20
HSL123.45º45.55%62.55%-
HSV(B)123.45º42.86%79.61%-
XYZ32.0147.8125.63-
YUV167.64101.6891.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.36%
GREEN value IS 203 (79.69% from 255) = 46.14%
BLUE value IS 121 (47.66% from 255) = 27.5%
R=26.36%
G=46.14%
B=27.5%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1162031210.4300.400.20123.4545.5562.55
Hex74CB792B028147b2e3f
Octal16431317153050241735677
Binary11101001100101111110011010110101000101001111011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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