#74EF70

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

Shades of Pastel Green #74EF70

Tints of Pastel Green #74EF70

Color information

#74EF70 (or 0x74EF70) is unknown color: approx Pastel Green. HEX triplet: 74, EF and 70. RGB value is (116,239,112). Sum of RGB (Red+Green+Blue) = 116+239+112=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 239 (93.75% from 255 or 51.18% from 467); Blue value is 112 (44.14% from 255 or 23.98% from 467); Max value from RGB is 239 - color contains mainly: green. Hex color #74EF70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EF70 is #8B108F. Grayscale: #BCBCBC. Windows color (decimal): -9113744 or 7401332. OLE color: 7401332.

HSL color Cylindrical-coordinate representation of color #74EF70: hue angle of 118.11º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74EF70 is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB116239112-
CMYK0.5100.530.06
HSL118.11º79.87%68.82%-
HSV(B)118.11º53.14%93.73%-
XYZ40.9966.6226.03-
YUV187.7485.2576.83-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.84%
GREEN value IS 239 (93.75% from 255) = 51.18%
BLUE value IS 112 (44.14% from 255) = 23.98%
R=24.84%
G=51.18%
B=23.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1162391120.5100.530.06118.1179.8768.82
Hex74EF70330356765045
Octal164357160630656166120105
Binary11101001110111111100001100110110101110111011010100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,239,112); }

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

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

 a { background-color: rgb(116,239,112); }

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

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

 span { border-color: rgb(116,239,112); }

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