#74FBA8

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

Shades of Light Green #74FBA8

Tints of Light Green #74FBA8

Color information

#74FBA8 (or 0x74FBA8) is unknown color: approx Light Green. HEX triplet: 74, FB and A8. RGB value is (116,251,168). Sum of RGB (Red+Green+Blue) = 116+251+168=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 251 (98.44% from 255 or 46.92% from 535); Blue value is 168 (66.02% from 255 or 31.40% from 535); Max value from RGB is 251 - color contains mainly: green. Hex color #74FBA8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FBA8 is #8B0457. Grayscale: #C9C9C9. Windows color (decimal): -9110616 or 11074420. OLE color: 11074420.

HSL color Cylindrical-coordinate representation of color #74FBA8: hue angle of 143.11º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FBA8 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB116251168-
CMYK0.5400.330.02
HSL143.11º94.41%71.96%-
HSV(B)143.11º53.78%98.43%-
XYZ48.7775.5349.06-
YUV201.17109.2767.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 21.68%
GREEN value IS 251 (98.44% from 255) = 46.92%
BLUE value IS 168 (66.02% from 255) = 31.40%
R=21.68%
G=46.92%
B=31.40%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1162511680.5400.330.02143.1194.4171.96
Hex74FBA83602128f5e48
Octal164373250660412217136110
Binary111010011111011101010001101100100001101000111110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74FBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,251,168); }

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

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

 a { background-color: rgb(116,251,168); }

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

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

 span { border-color: rgb(116,251,168); }

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