#74CA7B

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

Shades of Pastel Green #74CA7B

Tints of Pastel Green #74CA7B

Color information

#74CA7B (or 0x74CA7B) is unknown color: approx Pastel Green. HEX triplet: 74, CA and 7B. RGB value is (116,202,123). Sum of RGB (Red+Green+Blue) = 116+202+123=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA7B is #8B3584. Grayscale: #A7A7A7. Windows color (decimal): -9123205 or 8112756. OLE color: 8112756.

HSL color Cylindrical-coordinate representation of color #74CA7B: hue angle of 124.88º 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 #74CA7B is Cyan = 0.43, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB116202123-
CMYK0.4300.390.21
HSL124.88º44.79%62.35%-
HSV(B)124.88º42.57%79.22%-
XYZ31.947.3826.2-
YUV167.28103.0191.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.30%
GREEN value IS 202 (79.30% from 255) = 45.80%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=26.30%
G=45.80%
B=27.89%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162021230.4300.390.21124.8844.7962.35
Hex74CA7B2B027157d2d3e
Octal16431217353047251755576
Binary11101001100101011110111010110100111101011111101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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