#74D683

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

Shades of Pastel Green #74D683

Tints of Pastel Green #74D683

Color information

#74D683 (or 0x74D683) is unknown color: approx Pastel Green. HEX triplet: 74, D6 and 83. RGB value is (116,214,131). Sum of RGB (Red+Green+Blue) = 116+214+131=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 131 (51.56% from 255 or 28.42% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #74D683 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74D683 is #8B297C. Grayscale: #AFAFAF. Windows color (decimal): -9120125 or 8640116. OLE color: 8640116.

HSL color Cylindrical-coordinate representation of color #74D683: hue angle of 129.18º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74D683 is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB116214131-
CMYK0.4600.390.16
HSL129.18º54.44%64.71%-
HSV(B)129.18º45.79%83.92%-
XYZ35.3553.4429.93-
YUV175.24103.0385.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.16%
GREEN value IS 214 (83.98% from 255) = 46.42%
BLUE value IS 131 (51.56% from 255) = 28.42%
R=25.16%
G=46.42%
B=28.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1162141310.4600.390.16129.1854.4464.71
Hex74D6832E02710813641
Octal164326203560472020166101
Binary11101001101011010000011101110010011110000100000011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,214,131); }

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

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

 a { background-color: rgb(116,214,131); }

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

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

 span { border-color: rgb(116,214,131); }

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