#76EF94

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

Shades of Light Green #76EF94

Tints of Light Green #76EF94

Color information

#76EF94 (or 0x76EF94) is unknown color: approx Light Green. HEX triplet: 76, EF and 94. RGB value is (118,239,148). Sum of RGB (Red+Green+Blue) = 118+239+148=505 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.37% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #76EF94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76EF94 is #89106B. Grayscale: #C0C0C0. Windows color (decimal): -8982636 or 9760630. OLE color: 9760630.

HSL color Cylindrical-coordinate representation of color #76EF94: hue angle of 134.88º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76EF94 is Cyan = 0.51, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB118239148-
CMYK0.5100.380.06
HSL134.88º79.08%70%-
HSV(B)134.88º50.63%93.73%-
XYZ43.6867.7238.79-
YUV192.45102.9174.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.37%
GREEN value IS 239 (93.75% from 255) = 47.33%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=23.37%
G=47.33%
B=29.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1182391480.5100.380.06134.8879.0870
Hex76EF94330266874f46
Octal166357224630466207117106
Binary1110110111011111001010011001101001101101000011110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76EF94; }

 p { color: rgb(118,239,148); }

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

<style>
 a { background-color: #76EF94; }

 a { background-color: rgb(118,239,148); }

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

<style>
 span { border-color: #76EF94; }

 span { border-color: rgb(118,239,148); }

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