#94FB3D

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

Shades of Green Yellow #94FB3D

Tints of Green Yellow #94FB3D

Color information

#94FB3D (or 0x94FB3D) is unknown color: approx Green Yellow. HEX triplet: 94, FB and 3D. RGB value is (148,251,61). Sum of RGB (Red+Green+Blue) = 148+251+61=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 251 (98.44% from 255 or 54.57% from 460); Blue value is 61 (24.22% from 255 or 13.26% from 460); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94FB3D is #6B04C2. Grayscale: #C7C7C7. Windows color (decimal): -7013571 or 4062100. OLE color: 4062100.

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

Color convert

RGB14825161-
CMYK0.4100.760.02
HSL92.53º95.96%61.18%-
HSV(B)92.53º75.7%98.43%-
XYZ47.5575.6316.51-
YUV198.5450.3891.95-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.17%
GREEN value IS 251 (98.44% from 255) = 54.57%
BLUE value IS 61 (24.22% from 255) = 13.26%
R=32.17%
G=54.57%
B=13.26%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal148251610.4100.760.0292.5395.9661.18
Hex94FB3D2904C25d603d
Octal22437375510114213514075
Binary1001010011111011111101101001010011001010111011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94FB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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