#94D230

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

Shades of Yellow Green #94D230

Tints of Yellow Green #94D230

Color information

#94D230 (or 0x94D230) is unknown color: approx Yellow Green. HEX triplet: 94, D2 and 30. RGB value is (148,210,48). Sum of RGB (Red+Green+Blue) = 148+210+48=406 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.45% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 48 (19.14% from 255 or 11.82% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #94D230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D230 is #6B2DCF. Grayscale: #ADADAD. Windows color (decimal): -7024080 or 3199636. OLE color: 3199636.

HSL color Cylindrical-coordinate representation of color #94D230: hue angle of 82.96º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #94D230 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB14821048-
CMYK0.3000.770.18
HSL82.96º64.29%50.59%-
HSV(B)82.96º77.14%82.35%-
XYZ35.7952.611.06-
YUV172.9957.46110.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.45%
GREEN value IS 210 (82.42% from 255) = 51.72%
BLUE value IS 48 (19.14% from 255) = 11.82%
R=36.45%
G=51.72%
B=11.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148210480.3000.770.1882.9664.2950.59
Hex94D2301E04D12534033
Octal224322603601152212310063
Binary100101001101001011000011110010011011001010100111000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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