#94F141

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

Shades of Green Yellow #94F141

Tints of Green Yellow #94F141

Color information

#94F141 (or 0x94F141) is unknown color: approx Green Yellow. HEX triplet: 94, F1 and 41. RGB value is (148,241,65). Sum of RGB (Red+Green+Blue) = 148+241+65=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 241 (94.53% from 255 or 53.08% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 241 - color contains mainly: green. Hex color #94F141 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F141 is #6B0EBE. Grayscale: #C1C1C1. Windows color (decimal): -7016127 or 4321684. OLE color: 4321684.

HSL color Cylindrical-coordinate representation of color #94F141: hue angle of 91.7º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94F141 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB14824165-
CMYK0.3900.730.05
HSL91.7º86.27%60%-
HSV(B)91.7º73.03%94.51%-
XYZ44.6269.5916.08-
YUV193.1355.6995.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 241 (94.53% from 255) = 53.08%
BLUE value IS 65 (25.78% from 255) = 14.32%
R=32.60%
G=53.08%
B=14.32%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal148241650.3900.730.0591.786.2760
Hex94F1412704955c563c
Octal224361101470111513412674
Binary100101001111000110000011001110100100110110111001010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,241,65); }

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

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

 a { background-color: rgb(148,241,65); }

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

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

 span { border-color: rgb(148,241,65); }

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