#94FC68

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

Shades of Light Green #94FC68

Tints of Light Green #94FC68

Color information

#94FC68 (or 0x94FC68) is unknown color: approx Light Green. HEX triplet: 94, FC and 68. RGB value is (148,252,104). Sum of RGB (Red+Green+Blue) = 148+252+104=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 252 (98.83% from 255 or 50% from 504); Blue value is 104 (41.02% from 255 or 20.63% from 504); Max value from RGB is 252 - color contains mainly: green. Hex color #94FC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FC68 is #6B0397. Grayscale: #CCCCCC. Windows color (decimal): -7013272 or 6880404. OLE color: 6880404.

HSL color Cylindrical-coordinate representation of color #94FC68: hue angle of 102.16º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94FC68 is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB148252104-
CMYK0.4100.590.01
HSL102.16º96.1%69.8%-
HSV(B)102.16º58.73%98.82%-
XYZ49.5276.9225.33-
YUV204.0371.5488.03-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.37%
GREEN value IS 252 (98.83% from 255) = 50%
BLUE value IS 104 (41.02% from 255) = 20.63%
R=29.37%
G=50%
B=20.63%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1482521040.4100.590.01102.1696.169.8
Hex94FC682903B1666046
Octal224374150510731146140106
Binary1001010011111100110100010100101110111110011011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94FC68; }

 p { color: rgb(148,252,104); }

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

<style>
 a { background-color: #94FC68; }

 a { background-color: rgb(148,252,104); }

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

<style>
 span { border-color: #94FC68; }

 span { border-color: rgb(148,252,104); }

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