#74DA69

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

Shades of Pastel Green #74DA69

Tints of Pastel Green #74DA69

Color information

#74DA69 (or 0x74DA69) is unknown color: approx Pastel Green. HEX triplet: 74, DA and 69. RGB value is (116,218,105). Sum of RGB (Red+Green+Blue) = 116+218+105=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DA69 is #8B2596. Grayscale: #AEAEAE. Windows color (decimal): -9119127 or 6937204. OLE color: 6937204.

HSL color Cylindrical-coordinate representation of color #74DA69: hue angle of 114.16º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74DA69 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB116218105-
CMYK0.4700.520.15
HSL114.16º60.43%63.33%-
HSV(B)114.16º51.83%85.49%-
XYZ34.8254.8822.12-
YUV174.6288.7186.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 218 (85.55% from 255) = 49.66%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=26.42%
G=49.66%
B=23.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1162181050.4700.520.15114.1660.4363.33
Hex74DA692F034F723c3f
Octal16433215157064171627477
Binary1110100110110101101001101111011010011111110010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DA69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,218,105); }

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

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

 a { background-color: rgb(116,218,105); }

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

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

 span { border-color: rgb(116,218,105); }

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