#94F934

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

Shades of Green Yellow #94F934

Tints of Green Yellow #94F934

Color information

#94F934 (or 0x94F934) is unknown color: approx Green Yellow. HEX triplet: 94, F9 and 34. RGB value is (148,249,52). Sum of RGB (Red+Green+Blue) = 148+249+52=449 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.96% from 449); Green value is 249 (97.66% from 255 or 55.46% from 449); Blue value is 52 (20.70% from 255 or 11.58% from 449); Max value from RGB is 249 - color contains mainly: green. Hex color #94F934 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94F934 is #6B06CB. Grayscale: #C5C5C5. Windows color (decimal): -7014092 or 3471764. OLE color: 3471764.

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

Color convert

RGB14824952-
CMYK0.4100.790.02
HSL90.76º94.26%59.02%-
HSV(B)90.76º79.12%97.65%-
XYZ46.7174.315.13-
YUV196.3446.5493.52-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.96%
GREEN value IS 249 (97.66% from 255) = 55.46%
BLUE value IS 52 (20.70% from 255) = 11.58%
R=32.96%
G=55.46%
B=11.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal148249520.4100.790.0290.7694.2659.02
Hex94F9342904F25b5e3b
Octal22437164510117213313673
Binary1001010011111001110100101001010011111010110111011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,249,52); }

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

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

 a { background-color: rgb(148,249,52); }

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

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

 span { border-color: rgb(148,249,52); }

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