#94BF33

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

Shades of Yellow Green #94BF33

Tints of Yellow Green #94BF33

Color information

#94BF33 (or 0x94BF33) is unknown color: approx Yellow Green. HEX triplet: 94, BF and 33. RGB value is (148,191,51). Sum of RGB (Red+Green+Blue) = 148+191+51=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 191 (75% from 255 or 48.97% from 390); Blue value is 51 (20.31% from 255 or 13.08% from 390); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BF33 is #6B40CC. Grayscale: #A2A2A2. Windows color (decimal): -7028941 or 3391380. OLE color: 3391380.

HSL color Cylindrical-coordinate representation of color #94BF33: hue angle of 78.43º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #94BF33 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB14819151-
CMYK0.2300.730.25
HSL78.43º57.85%47.45%-
HSV(B)78.43º73.3%74.9%-
XYZ31.4443.89.93-
YUV162.1865.25117.88-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.95%
GREEN value IS 191 (75% from 255) = 48.97%
BLUE value IS 51 (20.31% from 255) = 13.08%
R=37.95%
G=48.97%
B=13.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148191510.2300.730.2578.4357.8547.45
Hex94BF3317049194e3a2f
Octal22427763270111311167257
Binary10010100101111111100111011101001001110011001110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,191,51); }

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

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

 a { background-color: rgb(148,191,51); }

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

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

 span { border-color: rgb(148,191,51); }

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