#74e790

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

Shades of Pastel Green #74E790

Tints of Pastel Green #74E790

Color information

#74E790 (or 0x74E790) is unknown color: approx Pastel Green. HEX triplet: 74, E7 and 90. RGB value is (116,231,144). Sum of RGB (Red+Green+Blue) = 116+231+144=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 231 (90.62% from 255 or 47.05% from 491); Blue value is 144 (56.64% from 255 or 29.33% from 491); Max value from RGB is 231 - color contains mainly: green. Hex color #74E790 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74E790 is #8B186F. Grayscale: #BABABA. Windows color (decimal): -9115760 or 9496436. OLE color: 9496436.

HSL color Cylindrical-coordinate representation of color #74E790: hue angle of 134.61º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E790 is Cyan = 0.50, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB116231144-
CMYK0.5000.380.09
HSL134.61º70.55%68.04%-
HSV(B)134.61º49.78%90.59%-
XYZ40.8162.8836.37-
YUV186.7103.977.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.63%
GREEN value IS 231 (90.62% from 255) = 47.05%
BLUE value IS 144 (56.64% from 255) = 29.33%
R=23.63%
G=47.05%
B=29.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1162311440.5000.380.09134.6170.5568.04
Hex74E790320269874744
Octal1643472206204611207107104
Binary11101001110011110010000110010010011010011000011110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74e790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,231,144); }

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

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

 a { background-color: rgb(116,231,144); }

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

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

 span { border-color: rgb(116,231,144); }

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