#74C872

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

Shades of Pastel Green #74C872

Tints of Pastel Green #74C872

Color information

#74C872 (or 0x74C872) is unknown color: approx Pastel Green. HEX triplet: 74, C8 and 72. RGB value is (116,200,114). Sum of RGB (Red+Green+Blue) = 116+200+114=430 (56% of max value = 765). Red value is 116 (45.70% from 255 or 26.98% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 114 (44.92% from 255 or 26.51% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #74C872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C872 is #8B378D. Grayscale: #A5A5A5. Windows color (decimal): -9123726 or 7522420. OLE color: 7522420.

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

Color convert

RGB116200114-
CMYK0.4200.430.22
HSL118.6º43.88%61.57%-
HSV(B)118.6º43%78.43%-
XYZ30.8946.2423.22-
YUV165.0899.1792.99-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.98%
GREEN value IS 200 (78.52% from 255) = 46.51%
BLUE value IS 114 (44.92% from 255) = 26.51%
R=26.98%
G=46.51%
B=26.51%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1162001140.4200.430.22118.643.8861.57
Hex74C8722A02B16772c3e
Octal16431016252053261675476
Binary11101001100100011100101010100101011101101110111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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