#74D06E

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

Shades of Pastel Green #74D06E

Tints of Pastel Green #74D06E

Color information

#74D06E (or 0x74D06E) is unknown color: approx Pastel Green. HEX triplet: 74, D0 and 6E. RGB value is (116,208,110). Sum of RGB (Red+Green+Blue) = 116+208+110=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #74D06E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D06E is #8B2F91. Grayscale: #A9A9A9. Windows color (decimal): -9121682 or 7262324. OLE color: 7262324.

HSL color Cylindrical-coordinate representation of color #74D06E: hue angle of 116.33º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74D06E is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB116208110-
CMYK0.4400.470.18
HSL116.33º51.04%62.35%-
HSV(B)116.33º47.12%81.57%-
XYZ32.5749.9522.68-
YUV169.3294.5289.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.73%
GREEN value IS 208 (81.64% from 255) = 47.93%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=26.73%
G=47.93%
B=25.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1162081100.4400.470.18116.3351.0462.35
Hex74D06E2C02F1274333e
Octal16432015654057221646376
Binary11101001101000011011101011000101111100101110100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,208,110); }

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

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

 a { background-color: rgb(116,208,110); }

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

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

 span { border-color: rgb(116,208,110); }

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