#74C96F

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

Shades of Pastel Green #74C96F

Tints of Pastel Green #74C96F

Color information

#74C96F (or 0x74C96F) is unknown color: approx Pastel Green. HEX triplet: 74, C9 and 6F. RGB value is (116,201,111). Sum of RGB (Red+Green+Blue) = 116+201+111=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 111 (43.75% from 255 or 25.93% from 428); Max value from RGB is 201 - color contains mainly: green. Hex color #74C96F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C96F is #8B3690. Grayscale: #A5A5A5. Windows color (decimal): -9123473 or 7326068. OLE color: 7326068.

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

Color convert

RGB116201111-
CMYK0.4200.450.21
HSL116.67º45.45%61.18%-
HSV(B)116.67º44.78%78.82%-
XYZ30.9646.6322.41-
YUV165.3297.3492.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 201 (78.91% from 255) = 46.96%
BLUE value IS 111 (43.75% from 255) = 25.93%
R=27.10%
G=46.96%
B=25.93%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1162011110.4200.450.21116.6745.4561.18
Hex74C96F2A02D15752d3d
Octal16431115752055251655575
Binary11101001100100111011111010100101101101011110101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C96F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,201,111); }

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

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

 a { background-color: rgb(116,201,111); }

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

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

 span { border-color: rgb(116,201,111); }

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