#94BD3D

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

Shades of Yellow Green #94BD3D

Tints of Yellow Green #94BD3D

Color information

#94BD3D (or 0x94BD3D) is unknown color: approx Yellow Green. HEX triplet: 94, BD and 3D. RGB value is (148,189,61). Sum of RGB (Red+Green+Blue) = 148+189+61=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 189 (74.22% from 255 or 47.49% from 398); Blue value is 61 (24.22% from 255 or 15.33% from 398); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94BD3D is #6B42C2. Grayscale: #A2A2A2. Windows color (decimal): -7029443 or 4046228. OLE color: 4046228.

HSL color Cylindrical-coordinate representation of color #94BD3D: hue angle of 79.22º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #94BD3D is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB14818961-
CMYK0.2200.680.26
HSL79.22º51.2%49.02%-
HSV(B)79.22º67.72%74.12%-
XYZ31.2543.0311.07-
YUV162.1570.92117.91-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 189 (74.22% from 255) = 47.49%
BLUE value IS 61 (24.22% from 255) = 15.33%
R=37.19%
G=47.49%
B=15.33%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal148189610.2200.680.2679.2251.249.02
Hex94BD3D160441A4f3331
Octal22427575260104321176361
Binary10010100101111011111011011001000100110101001111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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