#94FD48

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

Shades of Green Yellow #94FD48

Tints of Green Yellow #94FD48

Color information

#94FD48 (or 0x94FD48) is unknown color: approx Green Yellow. HEX triplet: 94, FD and 48. RGB value is (148,253,72). Sum of RGB (Red+Green+Blue) = 148+253+72=473 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.29% from 473); Green value is 253 (99.22% from 255 or 53.49% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 253 - color contains mainly: green. Hex color #94FD48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FD48 is #6B02B7. Grayscale: #C9C9C9. Windows color (decimal): -7013048 or 4783508. OLE color: 4783508.

HSL color Cylindrical-coordinate representation of color #94FD48: hue angle of 94.81º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #94FD48 is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB14825372-
CMYK0.4200.720.01
HSL94.81º97.84%63.73%-
HSV(B)94.81º71.54%99.22%-
XYZ48.5177.0118.44-
YUV200.9755.2190.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.29%
GREEN value IS 253 (99.22% from 255) = 53.49%
BLUE value IS 72 (28.52% from 255) = 15.22%
R=31.29%
G=53.49%
B=15.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal148253720.4200.720.0194.8197.8463.73
Hex94FD482A04815f6240
Octal2243751105201101137142100
Binary10010100111111011001000101010010010001101111111000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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