#94BF30

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

Shades of Yellow Green #94BF30

Tints of Yellow Green #94BF30

Color information

#94BF30 (or 0x94BF30) is unknown color: approx Yellow Green. HEX triplet: 94, BF and 30. RGB value is (148,191,48). Sum of RGB (Red+Green+Blue) = 148+191+48=387 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.24% from 387); Green value is 191 (75% from 255 or 49.35% from 387); Blue value is 48 (19.14% from 255 or 12.40% from 387); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BF30 is #6B40CF. Grayscale: #A2A2A2. Windows color (decimal): -7028944 or 3194772. OLE color: 3194772.

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

Color convert

RGB14819148-
CMYK0.2300.750.25
HSL78.04º59.83%46.86%-
HSV(B)78.04º74.87%74.9%-
XYZ31.3843.779.59-
YUV161.8463.75118.13-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.24%
GREEN value IS 191 (75% from 255) = 49.35%
BLUE value IS 48 (19.14% from 255) = 12.40%
R=38.24%
G=49.35%
B=12.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal148191480.2300.750.2578.0459.8346.86
Hex94BF301704B194e3c2f
Octal22427760270113311167457
Binary10010100101111111100001011101001011110011001110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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