#74EB96

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

Shades of Light Green #74EB96

Tints of Light Green #74EB96

Color information

#74EB96 (or 0x74EB96) is unknown color: approx Light Green. HEX triplet: 74, EB and 96. RGB value is (116,235,150). Sum of RGB (Red+Green+Blue) = 116+235+150=501 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.15% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #74EB96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74EB96 is #8B1469. Grayscale: #BDBDBD. Windows color (decimal): -9114730 or 9890676. OLE color: 9890676.

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

Color convert

RGB116235150-
CMYK0.5100.360.08
HSL137.14º74.84%68.82%-
HSV(B)137.14º50.64%92.16%-
XYZ42.4265.3339.23-
YUV189.73105.5875.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.15%
GREEN value IS 235 (92.19% from 255) = 46.91%
BLUE value IS 150 (58.98% from 255) = 29.94%
R=23.15%
G=46.91%
B=29.94%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1162351500.5100.360.08137.1474.8468.82
Hex74EB96330248894b45
Octal1643532266304410211113105
Binary11101001110101110010110110011010010010001000100110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74EB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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