#94FF31

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

Shades of Green Yellow #94FF31

Tints of Green Yellow #94FF31

Color information

#94FF31 (or 0x94FF31) is unknown color: approx Green Yellow. HEX triplet: 94, FF and 31. RGB value is (148,255,49). Sum of RGB (Red+Green+Blue) = 148+255+49=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 49 (19.53% from 255 or 10.84% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #94FF31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FF31 is #6B00CE. Grayscale: #C8C8C8. Windows color (decimal): -7012559 or 3276692. OLE color: 3276692.

HSL color Cylindrical-coordinate representation of color #94FF31: hue angle of 91.17º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #94FF31 is Cyan = 0.42, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB14825549-
CMYK0.4200.810
HSL91.17º100%59.61%-
HSV(B)91.17º80.78%100%-
XYZ48.5378.0415.41-
YUV199.5243.0591.25-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 255 (100% from 255) = 56.42%
BLUE value IS 49 (19.53% from 255) = 10.84%
R=32.74%
G=56.42%
B=10.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal148255490.4200.81091.1710059.61
Hex94FF312A05105b643c
Octal22437761520121013314474
Binary100101001111111111000110101001010001010110111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FF31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,255,49); }

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

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

 a { background-color: rgb(148,255,49); }

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

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

 span { border-color: rgb(148,255,49); }

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