#74EB6C

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

Shades of Pastel Green #74EB6C

Tints of Pastel Green #74EB6C

Color information

#74EB6C (or 0x74EB6C) is unknown color: approx Pastel Green. HEX triplet: 74, EB and 6C. RGB value is (116,235,108). Sum of RGB (Red+Green+Blue) = 116+235+108=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 235 (92.19% from 255 or 51.20% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 235 - color contains mainly: green. Hex color #74EB6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EB6C is #8B1493. Grayscale: #B9B9B9. Windows color (decimal): -9114772 or 7138164. OLE color: 7138164.

HSL color Cylindrical-coordinate representation of color #74EB6C: hue angle of 116.22º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74EB6C is Cyan = 0.51, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB116235108-
CMYK0.5100.540.08
HSL116.22º76.05%67.25%-
HSV(B)116.22º54.04%92.16%-
XYZ39.6264.2124.49-
YUV184.9484.5878.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.27%
GREEN value IS 235 (92.19% from 255) = 51.20%
BLUE value IS 108 (42.58% from 255) = 23.53%
R=25.27%
G=51.20%
B=23.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162351080.5100.540.08116.2276.0567.25
Hex74EB6C330368744c43
Octal1643531546306610164114103
Binary111010011101011110110011001101101101000111010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EB6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,235,108); }

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

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

 a { background-color: rgb(116,235,108); }

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

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

 span { border-color: rgb(116,235,108); }

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