#74C870

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

Shades of Pastel Green #74C870

Tints of Pastel Green #74C870

Color information

#74C870 (or 0x74C870) is unknown color: approx Pastel Green. HEX triplet: 74, C8 and 70. RGB value is (116,200,112). Sum of RGB (Red+Green+Blue) = 116+200+112=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 112 (44.14% from 255 or 26.17% from 428); Max value from RGB is 200 - color contains mainly: green. Hex color #74C870 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C870 is #8B378F. Grayscale: #A5A5A5. Windows color (decimal): -9123728 or 7391348. OLE color: 7391348.

HSL color Cylindrical-coordinate representation of color #74C870: hue angle of 117.27º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74C870 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB116200112-
CMYK0.4200.440.22
HSL117.27º44.44%61.18%-
HSV(B)117.27º44%78.43%-
XYZ30.7846.1922.62-
YUV164.8598.1793.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 200 (78.52% from 255) = 46.73%
BLUE value IS 112 (44.14% from 255) = 26.17%
R=27.10%
G=46.73%
B=26.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1162001120.4200.440.22117.2744.4461.18
Hex74C8702A02C16752c3d
Octal16431016052054261655475
Binary11101001100100011100001010100101100101101110101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,200,112); }

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

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

 a { background-color: rgb(116,200,112); }

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

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

 span { border-color: rgb(116,200,112); }

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