#74F296

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

Shades of Light Green #74F296

Tints of Light Green #74F296

Color information

#74F296 (or 0x74F296) is unknown color: approx Light Green. HEX triplet: 74, F2 and 96. RGB value is (116,242,150). Sum of RGB (Red+Green+Blue) = 116+242+150=508 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.83% from 508); Green value is 242 (94.92% from 255 or 47.64% from 508); Blue value is 150 (58.98% from 255 or 29.53% from 508); Max value from RGB is 242 - color contains mainly: green. Hex color #74F296 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F296 is #8B0D69. Grayscale: #C2C2C2. Windows color (decimal): -9112938 or 9892468. OLE color: 9892468.

HSL color Cylindrical-coordinate representation of color #74F296: hue angle of 136.19º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F296 is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB116242150-
CMYK0.5200.380.05
HSL136.19º82.89%70.2%-
HSV(B)136.19º52.07%94.9%-
XYZ44.4669.4239.91-
YUV193.84103.2672.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.83%
GREEN value IS 242 (94.92% from 255) = 47.64%
BLUE value IS 150 (58.98% from 255) = 29.53%
R=22.83%
G=47.64%
B=29.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1162421500.5200.380.05136.1982.8970.2
Hex74F296340265885346
Octal164362226640465210123106
Binary1110100111100101001011011010001001101011000100010100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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