#74F495

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

Shades of Light Green #74F495

Tints of Light Green #74F495

Color information

#74F495 (or 0x74F495) is unknown color: approx Light Green. HEX triplet: 74, F4 and 95. RGB value is (116,244,149). Sum of RGB (Red+Green+Blue) = 116+244+149=509 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.79% from 509); Green value is 244 (95.70% from 255 or 47.94% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 244 - color contains mainly: green. Hex color #74F495 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74F495 is #8B0B6A. Grayscale: #C3C3C3. Windows color (decimal): -9112427 or 9827444. OLE color: 9827444.

HSL color Cylindrical-coordinate representation of color #74F495: hue angle of 135.47º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F495 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB116244149-
CMYK0.5200.390.04
HSL135.47º85.33%70.59%-
HSV(B)135.47º52.46%95.69%-
XYZ44.9870.5839.69-
YUV194.9102.0971.72-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.79%
GREEN value IS 244 (95.70% from 255) = 47.94%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=22.79%
G=47.94%
B=29.27%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1162441490.5200.390.04135.4785.3370.59
Hex74F495340274875547
Octal164364225640474207125107
Binary1110100111101001001010111010001001111001000011110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74F495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,244,149); }

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

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

 a { background-color: rgb(116,244,149); }

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

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

 span { border-color: rgb(116,244,149); }

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