#74df69

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

Shades of Pastel Green #74DF69

Tints of Pastel Green #74DF69

Color information

#74DF69 (or 0x74DF69) is unknown color: approx Pastel Green. HEX triplet: 74, DF and 69. RGB value is (116,223,105). Sum of RGB (Red+Green+Blue) = 116+223+105=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF69 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DF69 is #8B2096. Grayscale: #B1B1B1. Windows color (decimal): -9117847 or 6938484. OLE color: 6938484.

HSL color Cylindrical-coordinate representation of color #74DF69: hue angle of 114.41º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74DF69 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB116223105-
CMYK0.4800.530.13
HSL114.41º64.84%64.31%-
HSV(B)114.41º52.91%87.45%-
XYZ36.1457.5122.56-
YUV177.5587.0584.09-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 223 (87.5% from 255) = 50.23%
BLUE value IS 105 (41.41% from 255) = 23.65%
R=26.13%
G=50.23%
B=23.65%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1162231050.4800.530.13114.4164.8464.31
Hex74DF6930035D724140
Octal1643371516006515162101100
Binary111010011011111110100111000001101011101111001010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74df69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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