#74FC90

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

Shades of Light Green #74FC90

Tints of Light Green #74FC90

Color information

#74FC90 (or 0x74FC90) is unknown color: approx Light Green. HEX triplet: 74, FC and 90. RGB value is (116,252,144). Sum of RGB (Red+Green+Blue) = 116+252+144=512 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.66% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #74FC90 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FC90 is #8B036F. Grayscale: #C7C7C7. Windows color (decimal): -9110384 or 9501812. OLE color: 9501812.

HSL color Cylindrical-coordinate representation of color #74FC90: hue angle of 132.35º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FC90 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.01.

Color convert

RGB116252144-
CMYK0.5400.430.01
HSL132.35º95.77%72.16%-
HSV(B)132.35º53.97%98.82%-
XYZ47.0575.3538.45-
YUV199.0296.9468.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 22.66%
GREEN value IS 252 (98.83% from 255) = 49.22%
BLUE value IS 144 (56.64% from 255) = 28.12%
R=22.66%
G=49.22%
B=28.12%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1162521440.5400.430.01132.3595.7772.16
Hex74FC903602B1846048
Octal164374220660531204140110
Binary11101001111110010010000110110010101111000010011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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