#94FB48

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

Shades of Green Yellow #94FB48

Tints of Green Yellow #94FB48

Color information

#94FB48 (or 0x94FB48) is unknown color: approx Green Yellow. HEX triplet: 94, FB and 48. RGB value is (148,251,72). Sum of RGB (Red+Green+Blue) = 148+251+72=471 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.42% from 471); Green value is 251 (98.44% from 255 or 53.29% from 471); Blue value is 72 (28.52% from 255 or 15.29% from 471); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FB48 is #6B04B7. Grayscale: #C8C8C8. Windows color (decimal): -7013560 or 4782996. OLE color: 4782996.

HSL color Cylindrical-coordinate representation of color #94FB48: hue angle of 94.53º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94FB48 is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB14825172-
CMYK0.4100.710.02
HSL94.53º95.72%63.33%-
HSV(B)94.53º71.31%98.43%-
XYZ47.8875.7618.23-
YUV199.855.8891.05-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.42%
GREEN value IS 251 (98.44% from 255) = 53.29%
BLUE value IS 72 (28.52% from 255) = 15.29%
R=31.42%
G=53.29%
B=15.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal148251720.4100.710.0294.5395.7263.33
Hex94FB482904725f603f
Octal224373110510107213714077
Binary10010100111110111001000101001010001111010111111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FB48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,251,72); }

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

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

 a { background-color: rgb(148,251,72); }

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

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

 span { border-color: rgb(148,251,72); }

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